Skip to content

Instantly share code, notes, and snippets.

@NPoi
Created August 12, 2015 06:01
Show Gist options
  • Select an option

  • Save NPoi/b12ca572377fde7e24c1 to your computer and use it in GitHub Desktop.

Select an option

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