Ruby

http://s.erious.ly

Posts tagged "s3"

Adding an Amazon S3 filestore to AttachmentSaver

I recently had to take preexisting code and modify it so it would save its data on S3.  The plugin used for saving the data was AttachmentSaver, which comes with filestores for the local file system and for in-database storage.  Trying to touch the least amount of the existing codebase, I decided to add the...

Storing Your Files

This is the second article in my series on file management, the third article will cover the challenges of handling uploads then we should be able to move on to some more advanced topics.

The second problem you’ll face when building an application to handle files is where and how to store them. Thankfully there...