diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-31 00:11:08 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-31 00:11:12 -0800 |
| commit | a80ecbfe84486487c868c90fc28d14ab337524d3 (patch) | |
| tree | fd404c9e71afe80f5d5b05773e81b2219e9885ff /weed/s3api/s3api_object_handlers.go | |
| parent | 3b043ead49574ec7b9972a7d689186de17dda70f (diff) | |
| download | seaweedfs-a80ecbfe84486487c868c90fc28d14ab337524d3.tar.xz seaweedfs-a80ecbfe84486487c868c90fc28d14ab337524d3.zip | |
s3: add s3 copy
fix https://github.com/chrislusf/seaweedfs/issues/1190
Diffstat (limited to 'weed/s3api/s3api_object_handlers.go')
| -rw-r--r-- | weed/s3api/s3api_object_handlers.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/s3api/s3api_object_handlers.go b/weed/s3api/s3api_object_handlers.go index 44e93d297..8dc733eb9 100644 --- a/weed/s3api/s3api_object_handlers.go +++ b/weed/s3api/s3api_object_handlers.go @@ -9,9 +9,10 @@ import ( "net/http" "strings" + "github.com/gorilla/mux" + "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/server" - "github.com/gorilla/mux" ) var ( |
