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.
2 parents 718ab50 + e7fc79c commit 6255a8dCopy full SHA for 6255a8d
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
]
@@ -1270,10 +1271,10 @@ def test_download_file():
1270
1271
os.remove(file_name)
1272
1273
-def test_put_get_bucket_intelligenttiering():
1274
+def _test_put_get_bucket_intelligenttiering():
1275
"""测试设置获取智能分层"""
1276
intelligent_tiering_conf = {
- 'Status': 'Enable',
1277
+ 'Status': 'Enabled',
1278
'Transition': {
1279
'Days': '30',
1280
'RequestFrequent': '1'
0 commit comments