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

This commit is contained in:
Konstantin Lebedev
2024-03-21 00:54:29 +05:00
committed by GitHub
parent a1816d21e9
commit d821cb3b18

View File

@@ -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
}