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 www.example.com and CNAME to www, then when the user visits www.example.com and also example.com,should serve the content directly from cloud storage
I am able to run www.example.com but not example.com
Any solution?