Skip to content

Instantly share code, notes, and snippets.

@bhalothia
Created May 6, 2014 13:39
Show Gist options
  • Save bhalothia/c4924620b2d5a8aec33d to your computer and use it in GitHub Desktop.
Save bhalothia/c4924620b2d5a8aec33d to your computer and use it in GitHub Desktop.
This is for pushing data to S3 buckets
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