H- – thanks for prompt response.
I’m using EWWW to help optimize images upon upload, and then they get sent to S3 using Amazon Web Services and WP Offload S3 (btw WP SmushIt doesn’t work for this). Then I setup a Cloudfront distribution.
Not sure how but posts use the URL that is in the Media Library.
WP Offload S3 has a setting to save or remove files from the server, I need to remove them otherwise I’m getting huge unnecessary storage bloat.
I think I can trick things by manual FTP of plugin images into the upload file, but it is the images uploaded by customers that is the buggaboo.
I’d think this would be of high demand for a number of reasons — saves storage on my VPS (which is expensive), CDN delivery with multiple sources for browser speed, saves server processing, cheap. Very easy to setup once you grasp Amazon mysteries.
ideal solution would be to use the Media Library URL (which takes a moment to generate) rather than having to manually set the URL replacement “mysite.com” with “d3t12345678.cloudfront.net” so that it would work on multiple installs without edits.
Thanks