aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-03-21 08:22:14 -0700
committerchrislu <chris.lu@gmail.com>2024-03-21 08:22:14 -0700
commite641d49f9f995b5648303e8d005d401e7c75c6d2 (patch)
treef9efb0b0fb61c4f130736d5b4ae085bdee4001c0 /weed/command
parent7003ce7425d81684bc02585a8dd4cef79153115c (diff)
parent25643cfbc6fdde5a73725b557fd2d6ae8e66484f (diff)
downloadseaweedfs-e641d49f9f995b5648303e8d005d401e7c75c6d2.tar.xz
seaweedfs-e641d49f9f995b5648303e8d005d401e7c75c6d2.zip
Merge branch 'master' into mq-subscribe
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/filer_sync.go2
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
}