1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-21 02:42:28 +02:00
This commit is contained in:
chrislu 2024-03-21 08:07:58 -07:00
commit 8b18dd940f

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
}