diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-12-03 00:40:20 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-03 00:40:20 -0800 |
| commit | 5fb60b713574d546922b6e13364396bd98325e48 (patch) | |
| tree | cdef6045d04e86d3a6f6f42ab53282d24074cd53 /weed/s3api/filer_util.go | |
| parent | 4d2855476c35a2762a225c6707731067e84c71bc (diff) | |
| parent | 14699dfcef11493b6823503be948841f6d2921bb (diff) | |
| download | seaweedfs-5fb60b713574d546922b6e13364396bd98325e48.tar.xz seaweedfs-5fb60b713574d546922b6e13364396bd98325e48.zip | |
Merge pull request #1596 from kmlebedev/store_s3cred
S3 credentials store in filer
Diffstat (limited to 'weed/s3api/filer_util.go')
| -rw-r--r-- | weed/s3api/filer_util.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/weed/s3api/filer_util.go b/weed/s3api/filer_util.go index b6ac52c80..3626ece98 100644 --- a/weed/s3api/filer_util.go +++ b/weed/s3api/filer_util.go @@ -3,11 +3,10 @@ package s3api import ( "context" "fmt" - "strings" - "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" "github.com/chrislusf/seaweedfs/weed/util" + "strings" ) func (s3a *S3ApiServer) mkdir(parentDirectoryPath string, dirName string, fn func(entry *filer_pb.Entry)) error { |
