15 Nov
2023
15 Nov
'23
10:24 a.m.
Thanks for your reply. You are right, newly-created bucket will now have "placement_rule": "default-placement/COLD". But then I have another question that can we specify the default storage class when creating a new bucket? I found a way to set placement but not with storage class: s3.create_bucket(Bucket=bucket_name, CreateBucketConfiguration={'LocationConstraint': 'default:default-placement'})