We have bucket with some files behind the CDN, along with signed URLs. We are using query string with version to update content according to the best practices, e.g. file.ext?v=100.
Everthing worked well until the recent time. The documentation now states that backend buckets do not process query strings. However previously we didn’t meet such restriction, so it seems to be a recent change.
Are there any workarounds to achieve near real-time updates? We cannot get rid of CDN because of latency, and cannot change file names as it would require to many code changes. Invalidation is not an option too.