craftcms / google-cloud

Google Cloud Storage volume type for Craft CMS.
https://plugins.craftcms.com/google-cloud
MIT License
11 stars 10 forks source link

Changing focal point has no effect due to cache #9

Closed thijskaspers closed 4 years ago

thijskaspers commented 4 years ago

Every image automatically gets a parameter appended, like this: ?mtime=20190819123809

When I update the Focal point of an image (or make other changes with the Image editor), they have no effect, because the image is still cached with the 'mtime' parameter that doesn't get updated. If I remove the 'mtime' parameter to see the original transformed image, then the changes are visible.

Is this a Google Cloud issue or craft/plugin related?

thijskaspers commented 4 years ago

Seems related to https://github.com/craftcms/cms/issues/3685

andris-sevcenko commented 4 years ago

Closing this in favor of craftcms/cms#3685