Table of Contents

Net::Amazon::S3

Net::Amazon::S3 is a simple, easy to use, pure Ruby implementation of the Amazon S3 REST API. It aims to provide a more Rubyish interface to the S3 API than other libraries and has no non-Ruby dependencies, so it’s completely platform-independent.

Update (11/28/2006): Marcel Molina, Jr. from 37signals has released a new S3 library, AWS::S3, that’s much more complete and (in my opinion) much better than Net::Amazon::S3. Since he said nice things when he emailed to tell me about his project, and since I like AWS::S3 so much better anyway, I won’t be developing Net::Amazon::S3 further.

Requirements

Download/Install

The easiest way to install Net::Amazon::S3 is via RubyGems:

gem install net-amazon-s3

Or you can download it yourself and install it manually:

Links

Copyright

Copyright © 2006 Ryan Grove. All rights reserved.
Net::Amazon::S3 is free open source software distributed under the terms of the BSD License.