Skip to content

Commit e44abf6

Browse files
authored
Update test.js
1 parent faaeda5 commit e44abf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ describe('putObject()', function () {
225225
cos.putObjectCopy({
226226
Bucket: config.Bucket, // Bucket 格式:test-1250000000
227227
Region: config.Region,
228-
//ServiceSideEncryption: 'AES256',
228+
//ServerSideEncryption: 'AES256',
229229
Key: '1.copy.text',
230230
CopySource: config.Bucket + '.cos.' + config.Region + '.myqcloud.com/' + filename, // Bucket 格式:test-1250000000
231231
}, function (err, data) {

0 commit comments

Comments
 (0)