MOC.ImageOptimizer icon indicating copy to clipboard operation
MOC.ImageOptimizer copied to clipboard

Support external file system targets (CDN)

Open aertmann opened this issue 8 years ago • 1 comments

Add support for external file systems targets (CDN) like S3, CloudFlare, Cloud Storage

Can be implemented by checking if the target is an instance of FileSystemTarget. Otherwise it needs to create a local copy of the resource, optimize it and publish/replace it in the target. Possible making it blocking.

aertmann avatar Mar 21 '16 23:03 aertmann