Insights on Ruby, Git, jQuery, Cappuccino, WordPress, Debian and OS X. Please subscribe if you find something useful!

New GitHub Repo: AWS Ruby Miscellany

Posted: July 14th, 2008 | Author: Jerod | Filed under: Projects | Tags: , , | Comments

I decided to source out a few random Ruby scripts I use to interface with Amazon’s Simple Storage Service (S3) from the command line. Right now there are scripts which allow:

  • Duplicating a local folder in a specified S3 bucket (recursively)
  • Listing all buckets and files stored on an S3 account
  • Uploading a specified file to a specified S3 bucket
  • Downloading a specified file from a specified S3 bucket.

I’m sure the functionality will grow as needs arise. For now, check out the repo on GitHub


blog comments powered by Disqus