Last active
August 1, 2018 14:58
-
-
Save buncis/b23ce34ae3a9bbf40255065634302464 to your computer and use it in GitHub Desktop.
s3 bucket sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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