Ok, I'm in the process of migrating my static website www.jvpcs.org from godaddy to Google Cloud Storage. But after completing all the steps. I'm still not able to access my site through the browser. I use this tutorial from Google Cloud https://cloud.google.com/storage/docs/hosting-static-website. One of the steps is to create a CNAME record with your hosting provider.
www.example.com CNAME c.storage.googleapis.com
then create bucket and verify website ownership... "done" finally, upload your content and set permission to allUsers (make it public) done! it has been 24h since I created the record. It should have been propagated through DNS servers. But the site is not working. I tried testing domain resolution by pinging my site which is www.jvpcs.org and I'm getting error. which means is not pointing to any ip address
ping jvpcs.org
Ping request could not find host jvpcs.org. Please check the name and try again.
next I went to google cloud troubleshooting page. they ask you to test your project by going in to cloud console and list the content of your bucket.. but that's about it
gelouis25@cloudshell:~ (leafy-catbird-277515)$ gsutil ls -R gs://www.jvpcs.org
gs://www.jvpcs.org/jvpcs.org/:
gs://www.jvpcs.org/jvpcs.org/JLanScan.sublime-workspace
gs://www.jvpcs.org/jvpcs.org/custom.css
gs://www.jvpcs.org/jvpcs.org/index.html
any help appreciated.