Skip to content

Commit

Permalink
支持 Query/CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Dec 1, 2020
1 parent 7c4f61b commit 91dcd0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ function putObject() {
onProgress: function (progressData) {
logger.log(JSON.stringify(progressData));
},
// 万象持久化接口,上传时持久化
// 'Pic-Operations': '{"is_pic_info": 1, "rules": [{"fileid": "test.jpg", "rule": "imageMogr2/thumbnail/!50p"}]}'
}, function (err, data) {
logger.log(err || data);
});
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cos-js-sdk-v5",
"version": "1.1.0",
"version": "1.1.1",
"description": "JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 91dcd0e

Please sign in to comment.