Skip to content

Instantly share code, notes, and snippets.

@arthuralvim
Created August 26, 2015 07:59
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 arthuralvim/ecccd3c8b07b61b99ad7 to your computer and use it in GitHub Desktop.
Save arthuralvim/ecccd3c8b07b61b99ad7 to your computer and use it in GitHub Desktop.
Test S3
from boto.s3.connection import S3Connection
conn = S3Connection('awskey', 'awssecret')
bucket = conn.get_bucket('awsbucket')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment