1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-03 09:10:10 +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) glog.V(0).Infof("received %v", resp)
} }
if isMultipartUploadDir(resp.Directory) { if isMultipartUploadDir(resp.Directory + "/") {
return nil return nil
} }