Browse Source

fix: sync without dir /buckets/some/.uploads/hash_hash (#5402)

pull/5405/head
Konstantin Lebedev 9 months ago
committed by GitHub
parent
commit
d821cb3b18
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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)
}
if isMultipartUploadDir(resp.Directory) {
if isMultipartUploadDir(resp.Directory + "/") {
return nil
}

Loading…
Cancel
Save