谷歌云站点返回“指定的密钥不存在。”

Dyl*_*n R 7 hosting google-cloud-platform google-domains

我已经按照 Google Cloud Docs 教程来托管静态网站:

https://cloud.google.com/storage/docs/hosting-static-website

但是无论我做什么,我的网站 ( http://www.chillingames.com/ ) 都只显示 NoSuchKey 404 错误。我向 Google 的域注册了该域,并使用设置为类型“CNAME”和数据为“c.storage.googleapis.com.”的自定义资源记录。我试图将名称命名为“www.chillingames.com”,但由于某种原因它只是显示为“www”。

我已经多次删除了存储桶并设置了一个没有更改的新存储桶。过去两天我在谷歌上搜索,但只发现有人说他们有一个非 URL 安全字符作为他们的存储桶名称,他们不得不转义它,但我的存储桶名称实际上是“www.chillingames.com”。

页面上显示的错误:

<Error>
  <Code>NoSuchKey</Code>
  <Message>The specified key does not exist.</Message>
</Error>
Run Code Online (Sandbox Code Playgroud)

它应该显示我制作的随机 HTML 页面,我认为其中包含 au 列表。