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

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

adds media replace instead of deleting #186

Open iamtofr opened 7 months ago

iamtofr commented 7 months ago

It should be possible to alter media content instead of deleting and reupload. The problem is that a new hash is produced and the relations in strapi will not alter with this. U need to update all realtions using that file to working correctly again.