diff options
| author | chrislu <chris.lu@gmail.com> | 2024-03-21 08:07:58 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-03-21 08:07:58 -0700 |
| commit | 8b18dd940fb28e3c7b949b4efd7fc74301c17bde (patch) | |
| tree | 0a592b3e928cfdb4ecea42a98068c3554290df33 /weed/command | |
| parent | 50023fe1cf11a5f0d3920de393c188a7186bafb4 (diff) | |
| parent | d821cb3b187a381a42da3fcbc2749c5e66077f1d (diff) | |
| download | seaweedfs-8b18dd940fb28e3c7b949b4efd7fc74301c17bde.tar.xz seaweedfs-8b18dd940fb28e3c7b949b4efd7fc74301c17bde.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/filer_sync.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_sync.go b/weed/command/filer_sync.go index 292fb0956..9ad76e31b 100644 --- a/weed/command/filer_sync.go +++ b/weed/command/filer_sync.go @@ -394,7 +394,7 @@ func genProcessFunction(sourcePath string, targetPath string, excludePaths []str glog.V(0).Infof("received %v", resp) } - if isMultipartUploadDir(resp.Directory) { + if isMultipartUploadDir(resp.Directory + "/") { return nil } |
