By requirement, the google bucket I use for file storage should be private. But I need to make the files on the bucket accessible over google CDN.
Most of the documents I found describe the best practice involving signed URLs. But I need to make it work w/o signed URLs or cookies. Does anyone know how to achieve that? I've successfully configured the access over signed URLs, including all the permissions settings for bucket/CDN but that's not what I need.