Skip to content

Instantly share code, notes, and snippets.

@arthuralvim
Created August 26, 2015 07:59
Show Gist options
  • Select an option

  • Save arthuralvim/ecccd3c8b07b61b99ad7 to your computer and use it in GitHub Desktop.

Select an option

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