ramesh
ramesh

Reputation: 4082

How to upload files to Amazon S3 using Ruby on Rails 2.3?

I need to upload files to Amazon S3 from my Ruby on Rails application. I'm using Rails 2.3.

Upvotes: 1

Views: 672

Answers (1)

Anand Shah
Anand Shah

Reputation: 14913

https://github.com/thoughtbot/paperclip

Have a look at the "Storage" section.

HTH

Upvotes: 1

Related Questions