diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-07-21 19:06:09 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-07-21 19:06:09 -0700 |
| commit | 5068b6ae7d52f00d9846207ea57e76e345ea36d5 (patch) | |
| tree | b3645aab065c895c79a652c4be53891bc68e3e9d | |
| parent | 12825938d7fd1313b5f0506e1226ae562f00dc2a (diff) | |
| download | seaweedfs-5068b6ae7d52f00d9846207ea57e76e345ea36d5.tar.xz seaweedfs-5068b6ae7d52f00d9846207ea57e76e345ea36d5.zip | |
fix compilation
| -rw-r--r-- | weed/s3api/s3api_handlers.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/s3api/s3api_handlers.go b/weed/s3api/s3api_handlers.go index bbe41e6f7..ab1fc7038 100644 --- a/weed/s3api/s3api_handlers.go +++ b/weed/s3api/s3api_handlers.go @@ -2,13 +2,11 @@ package s3api import ( "bytes" - "context" "encoding/base64" "encoding/xml" "fmt" "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" "github.com/chrislusf/seaweedfs/weed/util" - "github.com/gorilla/mux" "net/http" "net/url" "time" |
