Created
February 1, 2013 08:51
-
-
Save tomraithel/4690179 to your computer and use it in GitHub Desktop.
bash: Sync a dir with amazon s3 bucket (s3cmd required)
This file contains 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
s3cmd sync --acl-public --recursive out/* s3://bucket.s3.de/path/to/folder/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment