Is there any way to host an entire site on Google Cloud Storage? That is, map a bucket directly to a top level domain.
E.g. create a bucket called <
This is an old question, but in case anyone comes across this post- I encountered the same issue today.
Google Domains is my domain registrar. Assuming this is also the case for you, here's how you would set it up:
Under "Custom resource records"...
Create a CNAME record for "www" that points to "c.storage.googleapis.com".
Under "Synthetic records"...
Choose "Subdomain forward". Enter "mydomain.com" in the left-most (subdomain) input and "www.mydomain.com" in the right-most (destination URL) input.