Merge pull request #1584 from alloneinfo/master

修改 weed filer.copy 上传目录时文件名变子目录的问题
This commit is contained in:
Chris Lu 2020-10-30 10:40:04 -07:00 committed by GitHub
commit 9081ff8e65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,