strapi-community / strapi-plugin-local-image-sharp

Dynamically resize, format and optimize images based on url modifiers.
https://strapi-community.github.io/strapi-plugin-local-image-sharp/
65 stars 17 forks source link

Question: how would this work if I use AWS S3 provider? #9

Closed Antoine-lb closed 1 year ago

Antoine-lb commented 2 years ago

Hello 👋

Is this plugin still useful if I use a provider?

Thanks!

KeystoneScience commented 2 years ago

+1

davidwindell commented 1 year ago

Yeah we'd love this too (or even better GCP support)

BorisKamp commented 1 year ago

Yeah guys! I need this as well. Got a feeling everybody's working with a 3rd party upload provider at this moment...

stafyniaksacha commented 1 year ago

Hello everyone,

This cannot be done since when you're accessing images through 3rd party services: their servers will handle the requests. To be able to perform such transformation, you will need to proxy them, but you will lose their benefits (edge, cdn, etc..)

Instead, you can use this plugin and use 3rd party caching service (cloudflare, varnish, ...).

I'm closing this issue since we cannot do anything. You still can reopen a discussions