Cloud
gcp_cloud_storage
Use a Google Cloud Storage bucket as a cache.
caches:
gcp_cloud_storage:
bucket: "" # No default (required)
content_type: "" # No default (optional)
credentials_json: ""
It is not possible to atomically upload cloud storage objects exclusively when the target does not already exist, therefore this cache is not suitable for deduplication.
Fields
credentials_json
An optional field to set Google Service Account Credentials json.
|
This field contains sensitive information that usually shouldn’t be added to a configuration directly. For more information, see Manage Secrets before adding it to your configuration. |
Type: string
Default: ""
Was this helpful?