We have a specific situation where we want to serve static websites from GCS (via loadbalancer w G CDN) and we would strongly prefer to NOT use domain naming for the buckets.
The reason why we do NOT want this is the domain verification process which is very user unfriendly and extra steps for our users to do (I think we should be able to automate this process fairly extensive but that is again a ton of extra dev work which I'm trying to circumvent).
I've tried
gsutil web set -m index.html gs://{bucket-name}
And I set mike.adhero.io A record to the IP of the loadbalancer. But it still shows xml style missing error. mike.adhero.io/index.html works as expected
Is there anyway to fix this?