diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-07-21 14:38:12 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-07-21 14:38:12 -0700 |
| commit | 7359193e974e8ee30d2b2625ae30008ad940d1a6 (patch) | |
| tree | 4ff6c24a6b7cf3ba797eb0c9a014dc8ab9468bad /weed/s3api/filer_util.go | |
| parent | cc32436d63a433b436ab74c99fe7246242a83716 (diff) | |
| download | seaweedfs-7359193e974e8ee30d2b2625ae30008ad940d1a6.tar.xz seaweedfs-7359193e974e8ee30d2b2625ae30008ad940d1a6.zip | |
go fmt
Diffstat (limited to 'weed/s3api/filer_util.go')
| -rw-r--r-- | weed/s3api/filer_util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/filer_util.go b/weed/s3api/filer_util.go index 92267a154..888003e45 100644 --- a/weed/s3api/filer_util.go +++ b/weed/s3api/filer_util.go @@ -17,7 +17,7 @@ func (s3a *S3ApiServer) mkdir(parentDirectoryPath string, dirName string, fn fun func (s3a *S3ApiServer) mkFile(parentDirectoryPath string, fileName string, chunks []*filer_pb.FileChunk, fn func(entry *filer_pb.Entry)) error { - return filer_pb.MkFile(s3a, parentDirectoryPath, fileName, chunks,fn) + return filer_pb.MkFile(s3a, parentDirectoryPath, fileName, chunks, fn) } |
