Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
livehigh committed Jun 30, 2022
1 parent 89757d4 commit c537c6c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions demo-album/lib/cos-wx-sdk-v5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2749,7 +2749,7 @@ var advance = __webpack_require__(27);
var defaultOptions = {
SecretId: '',
SecretKey: '',
XCosSecurityToken: '', // 使用临时密钥需要注意自行刷新 Token
SecurityToken: '', // 使用临时密钥需要注意自行刷新 Token
ChunkRetryTimes: 2,
FileParallelLimit: 3,
ChunkParallelLimit: 3,
Expand Down Expand Up @@ -2811,7 +2811,7 @@ COS.util = {
json2xml: util.json2xml
};
COS.getAuthorization = util.getAuth;
COS.version = '1.1.8';
COS.version = '1.2.0';

module.exports = COS;

Expand Down
2 changes: 1 addition & 1 deletion demo-album/lib/cos-wx-sdk-v5.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/lib/cos-wx-sdk-v5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2749,7 +2749,7 @@ var advance = __webpack_require__(27);
var defaultOptions = {
SecretId: '',
SecretKey: '',
XCosSecurityToken: '', // 使用临时密钥需要注意自行刷新 Token
SecurityToken: '', // 使用临时密钥需要注意自行刷新 Token
ChunkRetryTimes: 2,
FileParallelLimit: 3,
ChunkParallelLimit: 3,
Expand Down Expand Up @@ -2811,7 +2811,7 @@ COS.util = {
json2xml: util.json2xml
};
COS.getAuthorization = util.getAuth;
COS.version = '1.1.8';
COS.version = '1.2.0';

module.exports = COS;

Expand Down
2 changes: 1 addition & 1 deletion demo/lib/cos-wx-sdk-v5.min.js

Large diffs are not rendered by default.

0 comments on commit c537c6c

Please sign in to comment.