Browse Source

Merge branch 'master' of https://github.com/seaweedfs/seaweedfs

pull/5409/head
chrislu 11 months ago
parent
commit
8b18dd940f
  1. 2
      weed/command/filer_sync.go

2
weed/command/filer_sync.go

@ -394,7 +394,7 @@ func genProcessFunction(sourcePath string, targetPath string, excludePaths []str
glog.V(0).Infof("received %v", resp) glog.V(0).Infof("received %v", resp)
} }
if isMultipartUploadDir(resp.Directory) {
if isMultipartUploadDir(resp.Directory + "/") {
return nil return nil
} }

Loading…
Cancel
Save