如何使用Ruby on Rails 2.3将文件上传到Amazon S3?

时间:2022-08-28 10:37:23

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

我需要从Ruby on Rails应用程序上传文件到Amazon S3。我正在使用Rails 2.3。

1 个解决方案

#1


1  

https://github.com/thoughtbot/paperclip

https://github.com/thoughtbot/paperclip

Have a look at the "Storage" section.

看看“存储”部分。

HTH

HTH

#1


1  

https://github.com/thoughtbot/paperclip

https://github.com/thoughtbot/paperclip

Have a look at the "Storage" section.

看看“存储”部分。

HTH

HTH