File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments