We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaeda5 commit e44abf6Copy full SHA for e44abf6
test/test.js
@@ -225,7 +225,7 @@ describe('putObject()', function () {
225
cos.putObjectCopy({
226
Bucket: config.Bucket, // Bucket 格式:test-1250000000
227
Region: config.Region,
228
- //ServiceSideEncryption: 'AES256',
+ //ServerSideEncryption: 'AES256',
229
Key: '1.copy.text',
230
CopySource: config.Bucket + '.cos.' + config.Region + '.myqcloud.com/' + filename, // Bucket 格式:test-1250000000
231
}, function (err, data) {
0 commit comments