Update filer_copy.go

修改 weed filer.copy 上传目录时文件名变子目录的问题
This commit is contained in:
Kenny
2020-10-30 18:16:49 +08:00
committed by GitHub
parent c057dd1f64
commit 9cc6575ab5

View File

@@ -219,7 +219,7 @@ func genFileCopyTask(fileOrDir string, destPath string, fileCopyTaskChan chan Fi
fileCopyTaskChan <- FileCopyTask{
sourceLocation: fileOrDir,
destinationUrlPath: destPath+fi.Name(),
destinationUrlPath: destPath,//+fi.Name(),
fileSize: fi.Size(),
fileMode: fi.Mode(),
uid: uid,