What is it?
A thin, simple, forward compatible Ruby wrapper around the various
Amazon Web Service APIs that won’t get in your way.
Why?
All of the existing AWS Ruby libraries suffer from two fatal issues:
they are overly complex and they aren’t forward compatible. Amazon is
constantly updating their API with new actions, new parameters, new
features, and entire APIs. Shouldn’t you be using an AWS library that
works with this rapid update process?
Quit fighting your library, constantly trying to re-learn which objects,
which methods, and which parameters map to Amazon’s. SimpleAWS lets you
use AWS directly and is completely forward compatible with whatever
changes Amazon may make to their API.
Install
Command line:
gem install simple_aws
Bundler:
gem “simple_aws”, “~> 1.0.0”
Runs on all 1.8.7, 1.9.2, 1.9.3, and HEAD. Will run on Rubinius and
JRuby as soon as nokogiri gets a new release out.
Info
Documentation:
http://rubydoc.info/github/jameskilton/simple_aws/master/frames
Source: GitHub - jameskilton/simple_aws: Account name changed!