Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created August 1, 2021 12:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anna-geller/680f24417c435860c37140be1478b25e to your computer and use it in GitHub Desktop.
Save anna-geller/680f24417c435860c37140be1478b25e to your computer and use it in GitHub Desktop.
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