Skip to content

Instantly share code, notes, and snippets.

@kylesnowschwartz
Created July 22, 2015 00:02
Show Gist options
  • Save kylesnowschwartz/2978e496972cf7470f6b to your computer and use it in GitHub Desktop.
Save kylesnowschwartz/2978e496972cf7470f6b to your computer and use it in GitHub Desktop.
How to do things on amazon web service
view the contents of your bucket:
aws s3 ls s3://mybucket
recursive uploads/downloads:
aws s3 cp myfolder s3://mybucket/myfolder --recursive
sync contents of local folder to bucket:
aws s3 sync myfolder s3://mybucket/myfolder --exclude *.tmp
https://console.aws.amazon.com/s3/home?region=us-west-2#&bucket=tipjarwellington&prefix=fonts/nexa/
https://us-west-2.console.aws.amazon.com/console/home?nc2=h_m_mc&region=us-west-2#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment