Skip to content

Instantly share code, notes, and snippets.

@NPoi
Created August 12, 2015 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NPoi/b12ca572377fde7e24c1 to your computer and use it in GitHub Desktop.
Save NPoi/b12ca572377fde7e24c1 to your computer and use it in GitHub Desktop.
import boto3
session = boto3.session.Session(profile_name=<PROFILE_NAME>)
s3 = session.resource("s3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment