We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e823bb commit b0f12c1Copy full SHA for b0f12c1
demo/demo.js
@@ -220,7 +220,7 @@ function getAuth() {
220
Key: key
221
}, function (AuthData) {
222
if (typeof AuthData === 'string') {
223
- AuthData = {Authorization: AuthData.Authorization};
+ AuthData = {Authorization: AuthData};
224
}
225
var url = 'http://' + config.Bucket + '.cos.' + config.Region + '.myqcloud.com' + '/' +
226
camSafeUrlEncode(key).replace(/%2F/g, '/') +
0 commit comments