diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-01-03 01:44:22 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-01-03 01:44:22 -0800 |
| commit | 4b5adc60b4869c00e1f3256ac79f8f9e0846b7aa (patch) | |
| tree | 3a13ab92e8c2158d6c294c28e0d7b377cddeabbb | |
| parent | 039ad101b18e71fd8f0fb0006702678d11fc54fd (diff) | |
| download | seaweedfs-4b5adc60b4869c00e1f3256ac79f8f9e0846b7aa.tar.xz seaweedfs-4b5adc60b4869c00e1f3256ac79f8f9e0846b7aa.zip | |
upload result changes to the right output variable
| -rw-r--r-- | weed/operation/submit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/operation/submit.go b/weed/operation/submit.go index c8f979d83..e785b68a9 100644 --- a/weed/operation/submit.go +++ b/weed/operation/submit.go @@ -32,7 +32,7 @@ type FilePart struct { type SubmitResult struct { FileName string `json:"fileName,omitempty"` - FileUrl string `json:"fileUrl,omitempty"` + FileUrl string `json:"url,omitempty"` Fid string `json:"fid,omitempty"` Size uint32 `json:"size,omitempty"` Error string `json:"error,omitempty"` |
