MOC.ImageOptimizer
MOC.ImageOptimizer copied to clipboard
Support external file system targets (CDN)
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.