I'd like to be able to use a CDN to cache commonly requested assets that
are within a private bucket. The current blocker is that CDNs respect
cache-control header, which is private on GCS objects.I've tried to
override objects within my private buck...