Browse Source
fix: sync without dir /buckets/some/.uploads/hash_hash (#5402)
pull/5405/head
Konstantin Lebedev
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|