The use cases for Superhug are
heavy on uploading and downloading large(ish) files. Rails itself isn’t
so well suited to this sort of task, and it’s best to keep state away
from application servers wherever possible. We chose to use Amazon S3 and CloudFront
to bypass Rails for all of the uploading, downloading and image
processing grunt work. This is a rundown of the approach we took.
Source: http://blog.andrewbruce.net/upload-direct-to-amazon-s3-from-rails
No comments:
Post a Comment