Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
import boto3
s3 = boto3.client("s3")
response = s3.put_bucket_accelerate_configuration(
Bucket="annageller", AccelerateConfiguration={"Status": "Enabled"},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment