Skip to content

Instantly share code, notes, and snippets.

@tomraithel
Created February 1, 2013 08:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tomraithel/4690179 to your computer and use it in GitHub Desktop.
bash: Sync a dir with amazon s3 bucket (s3cmd required)
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