S3 Saver

Categories

Component ID

309337

Component name

S3 Saver

Component type

module

Component security advisory coverage

not-covered

Downloads

667

Component created

Component changed

Component body

The S3 Saver module works with the CDN module and its patches to provide a means to push files to Amazon S3 as they're uploaded to the site.

It incurs zero database overhead in doing so, and files are stored both locally and on the remote server.

This project is currently ALPHA. It was designed as a proof of concept only, and could use further development.

Known issues:

  • Currently requires a patch to core in order to successfully implement hook_file_save
  • Does not work with imagecache currently. This can be solved by either a patch to imagecache or by adding file exception handling to the module.