Upload Assets to Amazon S3
I'm new to FUEL, but have been working with Wordpress for a few years. I've frequently configured Wordpress installs (via plugin) to upload images to Amazon S3 (ultimately Amazon CloudFront). For a medium sized business website with international customers pageload performance is drastically improved by using a CDN.
Is this something that can be done in FUEL, or is potentially in the works?
If it's something that would need to be implemented at the application level can someone provide a quick overview on how best to implement this? I've searched in the forums for this and haven't turned up any results yet. Appreciate any advice others have.
Comments
If you are comfortable with the CodeIgniter framework, you could perhaps create an "advanced module" in FUEL, and use a library like the one below to help you upload the files. Think of advanced modules as simply another "application" directory with their own controllers, libraries, helpers, views, etc.:
http://www.getfuelcms.com/user_guide/modules/advanced
https://github.com/segersjens/CodeIgniter-Amazon-S3-SDK
Also, if you are new to FUEL, I'd recommend the 1.0 beta branch which has a slew of new features and fixes:
https://github.com/daylightstudio/FUEL-CMS/tree/1.0
http://docs.getfuelcms.com/libraries/fuel_assets