Skip to content

Instantly share code, notes, and snippets.

@ernest-ns
Created May 15, 2015 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ernest-ns/5dcb4b1adcb3b08ada76 to your computer and use it in GitHub Desktop.
Save ernest-ns/5dcb4b1adcb3b08ada76 to your computer and use it in GitHub Desktop.
How to sync/upload local folder to s3
How to sync Local Folder with S3
s3cmd --configure
give the aws key and the secret key
options required
* --skip-existing
* --progress
So
s3cmd sync --skip-existing --progress ./ S3:/bucket-url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment