nails / driver-cdn-google-cloud-storage
This is the "Google Cloud Storage" driver for the Nails CDN module.
Requires
- google/cloud: ~0.21.1
- nailsapp/module-cdn: dev-develop
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2024-11-03 12:19:39 UTC
README
This is the Google Cloud Storage driver for the Nails CDN module, it allows the CDN to use Google Storage buckets as a storage mechanism.
Installing
composer require nails/driver-cdn-google
## Configure
The driver can be enabled and configured via the admin interface.
Credentials
In order for the SDK to authenticate properly with Google a "Service account" will need to be created for the application. You can do this in the Cloud Console:
https://console.cloud.google.com/apis/credentials
Download and save the key somewhere safe then make it available to the driver by either pasting the file's contents into the appropriate place in settings, or by placing it on your server and setting the file's path in driver settings.