Skip to content

Commit 7f82db2

Browse files
author
carsonxu
committed
改正 Location 格式
1 parent 3b3f5cb commit 7f82db2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/cos-js-sdk-v5.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7367,7 +7367,7 @@ function multipartComplete(params, callback) {
73677367
res.UploadResult = {
73687368
OriginalInfo: {
73697369
Key: res.Key,
7370-
Location: res.Location,
7370+
Location: url,
73717371
ETag: res.ETag,
73727372
ImageInfo: res.ImageInfo
73737373
},

dist/cos-js-sdk-v5.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,7 @@ function multipartComplete(params, callback) {
26172617
res.UploadResult = {
26182618
OriginalInfo: {
26192619
Key: res.Key,
2620-
Location: res.Location,
2620+
Location: url,
26212621
ETag: res.ETag,
26222622
ImageInfo: res.ImageInfo,
26232623
},

0 commit comments

Comments
 (0)