I am adding functionailty to our website so users can upload pictures to our site and I'm going to use amazon s3 for that. I came across these three gems:
- aws-sdk (https://github.com/amazonwebservices/aws-sdk-for-ruby)
- right_aws (https://github.com/rightscale/right_aws)
- aws-s3
I read that aws-s3 is not as good as right_aws, and doesn't get update as often. But I can't find anywhere that compares right_aws vs aws-sdk and looks like they are both directly written by amazon.
Also I came across an article that was using paperclip and aws-s3 together, do I need to use paperclip with any of those as well?
any ideas?