Skip to content

Instantly share code, notes, and snippets.

@stewmi
Last active June 12, 2018 15:20
Show Gist options
  • Save stewmi/50eba50d093370630bfa611c25041303 to your computer and use it in GitHub Desktop.
Save stewmi/50eba50d093370630bfa611c25041303 to your computer and use it in GitHub Desktop.
Use an AWS Profile with boto3
dev = boto3.session.Session(profile_name='dev')
s3 = dev.client('s3')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment