nailsapp/driver-cdn-google-cloud-storage

此包已被废弃,不再维护。作者建议使用nails/driver-cdn-google-cloud-storage包。

这是Nails CDN模块的“Google Cloud Storage”驱动程序。

0.1.0 2017-03-02 14:45 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:05:46 UTC


README

license tests Scrutinizer Code Quality

这是Nails CDN模块的Google Cloud Storage驱动程序,它允许CDN使用Google存储桶作为存储机制。

安装

composer require nails/driver-cdn-google

## 配置

可以通过管理员界面启用和配置此驱动程序。

凭证

为了让SDK能够正确地与Google进行身份验证,需要为应用程序创建一个“服务帐户”。您可以在云控制台中完成此操作

https://console.cloud.google.com/apis/credentials

下载并安全保存密钥,然后通过在设置中粘贴文件的完整内容或将文件放在服务器上并在驱动程序设置中设置文件路径的方式使驱动程序可用。