You can use HTTP calls directly with the Amazon S3 REST API (http:// docs.amazonwebservices.com/AmazonS3/latest/) if you want, but that's what the AWS::S3 gem is doing for you anyway - it just saves you a lot of time.
You can use also the Amazon S3 SOAP API. Ruby and Rails will be able to interact with either API in a fairly straightforward manner, if you understand SOAP or REST, but neither have S3 support built in. On Jun 22, 11:17 am, daociyiyou <[email protected]> wrote: > Thank you! It seems there is no way to access s3 using the ruby or > rails regular methods. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

