gcp_cloud_storage

Type:

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