We have a Google Cloud LB setup with an backend storage bucket and CDN enabled, i added the allUsers
member with Storage Object Viewer permissions so we can reach the public data with an normal url.
The problem: We always get cache-control: private, max-age=0
header and this only goes away if we add the allUsers
to the specific object, is there a way to set it to the whole bucket? Now none of our assets are being cached.