diff options
Diffstat (limited to 'weed/command/s3.go')
| -rw-r--r-- | weed/command/s3.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/s3.go b/weed/command/s3.go index 03fa80ed8..1966cb954 100644 --- a/weed/command/s3.go +++ b/weed/command/s3.go @@ -4,11 +4,11 @@ import ( "net/http" "time" + "fmt" "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/chrislusf/seaweedfs/weed/s3api" "github.com/chrislusf/seaweedfs/weed/util" "github.com/gorilla/mux" - "fmt" - "github.com/chrislusf/seaweedfs/weed/s3api" ) var ( |
