Refactor to move config handling into api/

This commit is contained in:
Harshavardhana
2015-03-18 22:49:02 -07:00
parent b61daa0f87
commit a1baed3bbc
8 changed files with 21 additions and 21 deletions

View File

@@ -18,20 +18,21 @@ package api
import (
"bytes"
"crypto/hmac"
"crypto/sha1"
"encoding/base64"
"errors"
"fmt"
"io"
"net"
"net/http"
"net/url"
"sort"
"strings"
"time"
"github.com/minio-io/minio/pkg/utils/config"
"crypto/hmac"
"crypto/sha1"
"encoding/base64"
"net/http"
"net/url"
"github.com/minio-io/minio/pkg/api/config"
)
// SignRequest - a given http request using HMAC style signatures