Skip to content

Commit

Permalink
修改 demo
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Aug 9, 2018
1 parent eb87c11 commit 2fef2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ function deleteMultipleObject() {
Bucket: config.Bucket, // Bucket 格式:test-1250000000
Region: config.Region,
Objects: [
{Key: encodeURIComponent('中文/中文.txt').replace(/%2F/g, '/')},
{Key: encodeURIComponent('中文/中文.zip').replace(/%2F/g, '/')},
{Key: '中文/中文.txt'},
{Key: '中文/中文.zip'},
]
}, function (err, data) {
logger.log(err || data);
Expand Down

0 comments on commit 2fef2b1

Please sign in to comment.