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...