aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_object_handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/s3api/s3api_object_handlers.go')
-rw-r--r--weed/s3api/s3api_object_handlers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/s3api/s3api_object_handlers.go b/weed/s3api/s3api_object_handlers.go
index b0a81083a..62017cb23 100644
--- a/weed/s3api/s3api_object_handlers.go
+++ b/weed/s3api/s3api_object_handlers.go
@@ -1,6 +1,7 @@
package s3api
import (
+ "crypto/md5"
"encoding/json"
"fmt"
"io"
@@ -9,9 +10,8 @@ import (
"strings"
"github.com/chrislusf/seaweedfs/weed/glog"
- "github.com/gorilla/mux"
"github.com/chrislusf/seaweedfs/weed/server"
- "crypto/md5"
+ "github.com/gorilla/mux"
)
var (