Skip to content

Instantly share code, notes, and snippets.

@Banhawy
Last active May 1, 2019 08:58
Show Gist options
  • Save Banhawy/300159cee9964b011870ef53a53e8d99 to your computer and use it in GitHub Desktop.
Save Banhawy/300159cee9964b011870ef53a53e8d99 to your computer and use it in GitHub Desktop.
[Sync folder with S3 bucket] #aws
# 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