google-cloud-storage - 如何使用安全连接 (https) 获取我的文件

标签 google-cloud-storage

我想将我的图片托管在安全服务器 (https) 中。 我的应用程序在所有网页中都使用 https,所以我不想遇到以下问题 浏览器说我的网页不安全。 我想知道是否可以在 Google Cloud Storage 中执行此操作。

最佳答案

Google 云存储通过 HTTPS 运行良好。只需从'https://storage.googleapis.com检索页面' 而不是来自 ' http://storage.googleapis.com '.

请注意,有一个异常(exception):您不能将 HTTPS 用于自定义域名存储桶。因此,如果您创建存储桶“example.com”,则可以通过“https://storage.googleapis.com/example.com”访问它。 '或在'http://example.com '但位于'https://example.com '

关于google-cloud-storage - 如何使用安全连接 (https) 获取我的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25458898/

相关文章:

google-cloud-storage - Google Cloud Storage Transfer Service 失败并出现 UNKNOWN 错误

node.js - 如何访问谷歌云存储中的对象?

python - Google Cloud Storage 列出具有特定文件名的 Blob 对象

java - 如何使用 JSON API 和 CloseableHttpClient 将文件上传到 Google Cloud Storage 存储桶?

mysql - 无法删除谷歌云sql复制主实例

google-cloud-platform - Google Cloud 转发规则 http -> https 使用 terraform

google-cloud-storage - 当客户端未使用 Accept-Encoding 声明 gzip 支持时,Google Cloud Storage 和 gzip 编码数据

typescript - 云函数删除文件夹 : TypeScript

amazon-web-services - 如何使用 aws-cli 访问 Google Cloud Storage 存储桶

c# - Google Cloud Storage .Net 客户端库文档?