Last active
May 1, 2019 08:58
-
-
Save Banhawy/300159cee9964b011870ef53a53e8d99 to your computer and use it in GitHub Desktop.
[Sync folder with S3 bucket] #aws
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
# Reference: https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html | |
aws s3 sync SOURCE_DIR s3://DEST_BUCKET/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment