Skip to content

Instantly share code, notes, and snippets.

@forsaken1
Created December 21, 2017 10:44
Show Gist options
  • Save forsaken1/97d882b735ba6748d7ee514f98c4aff9 to your computer and use it in GitHub Desktop.
Save forsaken1/97d882b735ba6748d7ee514f98c4aff9 to your computer and use it in GitHub Desktop.
AWS sync
aws s3 sync s3://production… /tmp/s3/ --profile production
aws s3 sync /tmp/s3/ s3://boss-strapping-stage/ --profile stage --acl public-read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment