Skip to content

Instantly share code, notes, and snippets.

@buncis
Last active August 1, 2018 14:58
Show Gist options
  • Save buncis/b23ce34ae3a9bbf40255065634302464 to your computer and use it in GitHub Desktop.
Save buncis/b23ce34ae3a9bbf40255065634302464 to your computer and use it in GitHub Desktop.
s3 bucket sync
aws s3 source tujuan
example
aws s3 sync s3://mybucket .
output
download: s3://mybucket/test.txt to test.txt
download: s3://mybucket/test2.txt to test2.txt
https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment