Skip to content

gcp_cloud_storage

Tags: GCP

Use a Google Cloud Storage bucket as a cache.

# Config fields, showing default values
label: ""
gcp_cloud_storage:
  bucket: ""
  content_type: ""

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