1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-06 03:20:41 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
}