Skip to content

Instantly share code, notes, and snippets.

@leocelis
Last active May 1, 2016 04:25
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 leocelis/16c755cec725f516e24bb44e642d6500 to your computer and use it in GitHub Desktop.
Save leocelis/16c755cec725f516e24bb44e642d6500 to your computer and use it in GitHub Desktop.
git clone https://github.com/awslabs/aws-python-sample.git
pip3 install boto3
vim ~/.aws/credentials
--
Add the following:
[default]
aws_access_key_id = YOUR_ACCESS_KEY_ID
aws_secret_access_key = YOUR_SECRET_ACCESS_KEY
--
cd aws-python-sample
python3 s3_sample.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment