Skip to content

Commit 8543650

Browse files
committed
lifecycle
1 parent 30ce5c9 commit 8543650

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function putBucketLifecycle() {
294294
'Status': 'Enabled',
295295
'Transition': {
296296
'Date': '2016-10-31T00:00:00+08:00',
297-
'StorageClass': 'Standard_IA'
297+
'StorageClass': 'STANDARD_IA'
298298
}
299299
}]
300300
}

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ var getAuthorization = function (options, callback) {
3737

3838
// 方法二(适用于前端调试)
3939
var authorization = COS.getAuthorization({
40-
SecretId: 'AKIDCIYwwlYPlLQ92cxDDh4uUGjoqWQ6lKfg',
41-
SecretKey: 'kfjo40IGLMGUal6OJmphImD5omqZRDY2',
40+
SecretId: 'AKIDxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
41+
SecretKey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
4242
method: (options.method || 'get').toLowerCase(),
4343
pathname: options.pathname || '/',
4444
});

0 commit comments

Comments
 (0)