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 18be9ca commit e7fc79cCopy full SHA for e7fc79c
ut/test.py
@@ -583,7 +583,8 @@ def test_put_get_delete_replication():
583
'Status': 'Enabled',
584
'Prefix': '中文',
585
'Destination': {
586
- 'Bucket': 'qcs::cos:ap-shanghai::' + replic_dest_bucket
+ 'Bucket': 'qcs::cos:ap-shanghai::' + replic_dest_bucket,
587
+ 'StorageClass': 'Standard'
588
}
589
590
]
@@ -1267,10 +1268,10 @@ def test_download_file():
1267
1268
os.remove(file_name)
1269
1270
-def test_put_get_bucket_intelligenttiering():
1271
+def _test_put_get_bucket_intelligenttiering():
1272
"""测试设置获取智能分层"""
1273
intelligent_tiering_conf = {
- 'Status': 'Enable',
1274
+ 'Status': 'Enabled',
1275
'Transition': {
1276
'Days': '30',
1277
'RequestFrequent': '1'
0 commit comments