strapi-community / strapi-provider-upload-google-cloud-storage

Google Cloud Storage Upload Provider for Strapi
MIT License
211 stars 94 forks source link

it should be possible to replace media instead of just deleting it. #184

Closed iamtofr closed 7 months ago

iamtofr commented 7 months ago

The problem with just deleting files is, that u have to take care of leftovers in relations of strapi. U need to take care to change all usage of that media. Instead of deleting it it is possible to overwrite it in GCP with the same filename that all relations will still work.