This commit is contained in:
Chris Lu 2020-10-30 10:46:31 -07:00
parent 9081ff8e65
commit 7ecbb4b3c9

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,
fileSize: fi.Size(),
fileMode: fi.Mode(),
uid: uid,