mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue