Choosing gems to work with AWS
        Posted  
        
            by Sergii Vozniuk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sergii Vozniuk
        
        
        
        Published on 2010-02-24T18:03:06Z
        Indexed on 
            2010/05/07
            19:08 UTC
        
        
        Read the original article
        Hit count: 300
        
Suppose a service written with RoR starts to use AWS S3 to store some data. What is the best library to use for working with AWS S3? Currently the main two alternatives for me are:
- RightScale AWS Ruby gems http://github.com/rightscale/right_aws
 - AWS::s3 http://amazon.rubyforge.org/
 
What are their main advantages and disadvantages? What if later service will need to use other AWS (like EC2)? What other gems do you use and why?
Thanks!
© Stack Overflow or respective owner