Skip to content

Commit

Permalink
style: 删除调试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderswang committed Aug 24, 2020
1 parent 71737f1 commit 7d07c20
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ var cos = new COS({
Protocol: 'http:',
});

cos.getObject({
Bucket: config.Bucket, // Bucket 格式:test-1250000000
Region: config.Region,
Key: '1.txt',
Output: fs.createWriteStream('./456.txt')
}, function (err, data) {
console.log(err || data);
});
return;


var TaskId;

function camSafeUrlEncode(str) {
Expand Down

0 comments on commit 7d07c20

Please sign in to comment.