Skip to content

Commit

Permalink
postObject Location support key=${filename}
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Jan 13, 2021
1 parent c9300e3 commit e3681df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo-album/lib/cos-wx-sdk-v5.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cos-wx-sdk-v5",
"version": "1.0.5",
"version": "1.0.6",
"description": "小程序 SDK for [腾讯云对象存储服务](https://cloud.tencent.com/product/cos)",
"main": "demo/lib/cos-wx-sdk-v5.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/cos.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ base.init(COS, task);
advance.init(COS, task);

COS.getAuthorization = util.getAuth;
COS.version = '1.0.5';
COS.version = '1.0.6';

module.exports = COS;

0 comments on commit e3681df

Please sign in to comment.