diff options
Diffstat (limited to 'weed/s3api/s3api_handlers.go')
| -rw-r--r-- | weed/s3api/s3api_handlers.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/weed/s3api/s3api_handlers.go b/weed/s3api/s3api_handlers.go index 13dfc8d15..8c3d4a5b1 100644 --- a/weed/s3api/s3api_handlers.go +++ b/weed/s3api/s3api_handlers.go @@ -1,17 +1,17 @@ package s3api import ( - "net/http" - "net/url" - "fmt" - "time" - "github.com/gorilla/mux" + "bytes" "context" + "encoding/base64" + "encoding/xml" + "fmt" "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" "github.com/chrislusf/seaweedfs/weed/util" - "bytes" - "encoding/xml" - "encoding/base64" + "github.com/gorilla/mux" + "net/http" + "net/url" + "time" ) type mimeType string |
