Created
May 6, 2014 13:39
-
-
Save bhalothia/c4924620b2d5a8aec33d to your computer and use it in GitHub Desktop.
This is for pushing data to S3 buckets
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
Pre requisites - s3cmd installation and configuration (http://s3tools.org/s3cmd) | |
$ s3cmd put <folder_needs_to_be_pushed> s3://<bucket_name> --recursive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment