System Information
- Strapi Version: 3.6.5
- Operating System: Windows10
- Database: PostgreSQL
- Node Version: 16.14.0
- NPM Version: 8.3.1
- Yarn Version:
Hi
I am using google cloud storage to store my media(images/videos) files in Strapi using the plugin - strapi-provider-upload-google-cloud-storage this plugin access the media files directly from the GCP bucket. Since I have implemented google cloud CDN on this bucket, I need to change the url of all media files delivered to the user from cloud storage to cloud CDN.
Unfortunately, I not able to find a solution how to change the google cloud storage url to google cloud CDN in strapi.
There are plugins for AWS (from S3 to CDN) but not found any for google cloud storage to CDN. It would be very kind if anyone can please help me with this problem?