mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-05-04 05:27:48 +08:00
typo
This commit is contained in:
parent
af207bbaf0
commit
b297849147
@ -373,7 +373,7 @@ func (worker *FileCopyWorker) uploadFileAsOne(task FileCopyTask, f *os.File) err
|
|||||||
return assignErr
|
return assignErr
|
||||||
}
|
}
|
||||||
|
|
||||||
// uplaod data
|
// upload data
|
||||||
targetUrl := "http://" + assignResult.Location.Url + "/" + assignResult.FileId
|
targetUrl := "http://" + assignResult.Location.Url + "/" + assignResult.FileId
|
||||||
uploadOption := &operation.UploadOption{
|
uploadOption := &operation.UploadOption{
|
||||||
UploadUrl: targetUrl,
|
UploadUrl: targetUrl,
|
||||||
|
Loading…
Reference in New Issue
Block a user