Amazon AWS libraries?

I did some work last year with AWS, and at that time the RightScale
libraries (the right_aws gem) were the best I could find. In the
intervening time, it looks like they’ve bit-rotted - they aren’t
compatible with 1.9.1, and it doesn’t look like they are being actively
developed.

What are people using these days? I notice there are a few forks on
github, but again, there doesn’t seem to be much activity that I can
see. Is there a stable release anywhere that works with 1.9.1?


Alex

Hi Alex,

I’m pretty sure the Appoxy fork is the most active and up to date:

http://gemcutter.org/gems/aws

Travis

Alex Y. wrote:

I did some work last year with AWS, and at that time the RightScale
libraries (the right_aws gem) were the best I could find. In the
intervening time, it looks like they’ve bit-rotted - they aren’t
compatible with 1.9.1, and it doesn’t look like they are being actively
developed.

What are people using these days? I notice there are a few forks on
github, but again, there doesn’t seem to be much activity that I can
see. Is there a stable release anywhere that works with 1.9.1?


Alex

Travis Reeder wrote:

Hi Alex,

I’m pretty sure the Appoxy fork is the most active and up to date:

RubyGems.org | your community gem host
GitHub - appoxy/aws: Amazon Web Services (AWS) Ruby Gem

Great. Thanks for that.


Alex

Travis

Alex Y. wrote:

I did some work last year with AWS, and at that time the RightScale
libraries (the right_aws gem) were the best I could find. In the
intervening time, it looks like they’ve bit-rotted - they aren’t
compatible with 1.9.1, and it doesn’t look like they are being actively
developed.

What are people using these days? I notice there are a few forks on
github, but again, there doesn’t seem to be much activity that I can
see. Is there a stable release anywhere that works with 1.9.1?


Alex

On Feb 2, 2010, at 1:44 AM, Alex Y. wrote:


Alex

You should also take a look at Fog: GitHub - geemus/fog: The main repository has moved to http://github.com/fog/fog It
is beiong actively maintained and we are updating it here at engine yard
and will be adding more api backends to it as well. Already has ec2, s3
and rackspace cloud apis.

Cheers-
-Ezra

Ezra Z. wrote:

On Feb 2, 2010, at 1:44 AM, Alex Y. wrote:


Alex

You should also take a look at Fog: GitHub - geemus/fog: The main repository has moved to http://github.com/fog/fog It
is beiong actively maintained and we are updating it here at engine yard
and will be adding more api backends to it as well. Already has ec2, s3
and rackspace cloud apis.

Looks good so far. Any plans to add SQS support?


Alex