How to host an entire site on Google Cloud Storage?

后端 未结 8 1124

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 <

8条回答
  •  失恋的感觉
    2020-12-14 02:13

    Yes, this is possible and is documented here: https://developers.google.com/storage/docs/website-configuration

    Basically, you need to set up a CNAME redirect to c.storage.googleapis.com

提交回复
热议问题