I’ve created a private bucket that matches my subdomain cool.mydomain.com and uploaded an object. I’ve verified domain ownership via TXT record on my domain registrar and created a CNAME entry to point to c.storage.googleapis.com.
I realize I must not use HTTPS per the docs, but I can’t retrieve my object no matter what I do. I’m adding a proper bearer token and leveraging CURL to try and get the object. It only works when I swap the hostname to the google URL and not my CNAME.
Is this not possible?