Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
import boto3
from botocore.config import Config
ta_config = Config(s3={"use_accelerate_endpoint": True})
s3 = boto3.client("s3", config=ta_config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment