Skip to content

Commit cd5207d

Browse files
committed
add put/get bucket intelligenttiering
1 parent 61b110d commit cd5207d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcloud_cos/cos_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2809,7 +2809,7 @@ def put_bucket_intelligenttiering(self, Bucket, IntelligentTieringConfiguration=
28092809
28102810
config = CosConfig(Region=region, SecretId=secret_id, SecretKey=secret_key, Token=token) # 获取配置对象
28112811
client = CosS3Client(config)
2812-
2812+
28132813
intelligent_tiering_conf = {
28142814
'Status': 'Enable',
28152815
'Transition': {

0 commit comments

Comments
 (0)