1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-06 17:17:25 +02:00
This commit is contained in:
Chris Lu 2021-10-01 23:24:54 -07:00
parent af207bbaf0
commit b297849147

View file

@ -373,7 +373,7 @@ func (worker *FileCopyWorker) uploadFileAsOne(task FileCopyTask, f *os.File) err
return assignErr
}
// uplaod data
// upload data
targetUrl := "http://" + assignResult.Location.Url + "/" + assignResult.FileId
uploadOption := &operation.UploadOption{
UploadUrl: targetUrl,