gcp_cloud_storage
BETA
This component is mostly stable but breaking changes could still be made outside of major version releases if a fundamental problem with the component is found.
Use a Google Cloud Storage bucket as a cache.
# Config fields, showing default values
label: ""
gcp_cloud_storage:
bucket: "" # No default (required)
content_type: "" # No default (optional)
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
bucket
The Google Cloud Storage bucket to store items in.
Type: string
content_type
Optional field to explicitly set the Content-Type.
Type: string