Google cloud storage 对使用setwebcfg创建的站点的https支持

Google cloud storage 对使用setwebcfg创建的站点的https支持,google-cloud-storage,Google Cloud Storage,目前,我可以使用 gsutil setwebcfg -m index.html -e 404.html gs://www.example.com 然后可通过http://www.example.com访问该网站 但是,该网站无法使用https访问,我想知道这是否可行以及如何实现 请注意,可以使用httpshttps://commondatastorage.googleapis.com/www.example.com/index.html或http访问文件本身://commondatastora

目前,我可以使用

gsutil setwebcfg -m index.html -e 404.html gs://www.example.com
然后可通过http://www.example.com访问该网站 但是,该网站无法使用https访问,我想知道这是否可行以及如何实现

请注意,可以使用httpshttps://commondatastorage.googleapis.com/www.example.com/index.html或http访问文件本身://commondatastorage.googleapis.com/www.example.com/index.html。。。但我想有一个更好的网址


为了理解原因,一些API,如getUserMedia()需要用户权限,而https允许具有持久权限(否则用户每次都必须授予权限)

不幸的是,谷歌云存储目前不支持到自定义域的https连接。

谢谢您的回答。我如何将其作为功能请求(或知道是否计划支持它)?