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

It doesn't work with Google Cloud Storage Provider #11

Closed kevinblanco closed 1 year ago

kevinblanco commented 1 year ago

Hello,

My Strapi instance runs on google cloud and stores the files in GCP, the parameters doesn't seem to work. Any ideas?

THanks in advance

stafyniaksacha commented 1 year ago

Hello, same answer as #9 :

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