Skip to content

Instantly share code, notes, and snippets.

@markcaudill
Created April 27, 2011 17:37
Show Gist options
  • Save markcaudill/944754 to your computer and use it in GitHub Desktop.
Save markcaudill/944754 to your computer and use it in GitHub Desktop.
s3cmd mb s3://yournewbucket #Create a new bucket
s3cmd ls s3://yournewbucket/ #List the contents of the bucket
s3cmd put databases.sql s3://yournewbucket/ #Upload the SQL file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment