Skip to content

Commit

Permalink
改正 Location 格式
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Dec 17, 2020
1 parent 3b3f5cb commit 7f82db2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/cos-js-sdk-v5.js
Original file line number Diff line number Diff line change
Expand Up @@ -7367,7 +7367,7 @@ function multipartComplete(params, callback) {
res.UploadResult = {
OriginalInfo: {
Key: res.Key,
Location: res.Location,
Location: url,
ETag: res.ETag,
ImageInfo: res.ImageInfo
},
Expand Down
2 changes: 1 addition & 1 deletion dist/cos-js-sdk-v5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2617,7 +2617,7 @@ function multipartComplete(params, callback) {
res.UploadResult = {
OriginalInfo: {
Key: res.Key,
Location: res.Location,
Location: url,
ETag: res.ETag,
ImageInfo: res.ImageInfo,
},
Expand Down

0 comments on commit 7f82db2

Please sign in to comment.