jaywilliams / ultralite

Miscellaneous files pertaining to the Ultralite framework, some of which are deprecated. View pixelpost/ultralite2 for the latest version.
https://github.com/pixelpost/ultralite2
5 stars 0 forks source link

Image CDN Plugin #11

Closed jaywilliams closed 12 years ago

jaywilliams commented 15 years ago

Build a plugin that ties into Amazon's CloudFront service, allowing you to mirror your images and serve them from an external URL.

schonhose commented 15 years ago

This should ideally not be limited to the CDN, but has to work for Flickr as well.

jaywilliams commented 15 years ago

With OOP this should be feasible. You could have the base CDN class, and you would extend it depending on the implementation. CDN_Flickr, CDN_CloudFront, CDN_CloudFiles etc.