Remote archival with Google Cloud Storage
To leverage Google Cloud Storage for archival you need to configure the
server.archival
object in BLACKSMITH_DIR/services.BLACKSMITH_EXT
:
server:
archival:
driver: google/storage
connection: mybucket
The driver follows the Google Cloud SDKs conventions and best practices, using reserved environment variables for authentication:
GOOGLE_APPLICATION_CREDENTIALS=/home/user/service-account-file.json
Is something missing?
If you notice something we've missed or could be improved on, please follow this link and submit a pull request to the repository. Once we merge it, the changes will be reflected on the website the next time it is deployed.
Thank you for your contributions!