# gcp_cloud_storage

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [cloud-data-platform-full.txt](https://docs.redpanda.com/cloud-data-platform-full.txt)

---
title: gcp_cloud_storage
latest-operator-version: v26.1.4
latest-console-tag: v3.7.3
latest-connect-version: 4.93.0
latest-redpanda-tag: v26.1.9
docname: connect/components/caches/gcp_cloud_storage
page-component-name: cloud-data-platform
page-version: master
page-component-version: master
page-component-title: Cloud
page-relative-src-path: connect/components/caches/gcp_cloud_storage.adoc
page-edit-url: https://github.com/redpanda-data/cloud-docs/edit/main/modules/develop/pages/connect/components/caches/gcp_cloud_storage.adoc
page-git-created-date: "2024-09-09"
page-git-modified-date: "2026-05-26"
---

<!-- Source: https://docs.redpanda.com/cloud-data-platform/develop/connect/components/caches/gcp_cloud_storage.md -->

**Type:** Cache ▼

[Cache](https://docs.redpanda.com/cloud-data-platform/develop/connect/components/caches/gcp_cloud_storage/)[Input](https://docs.redpanda.com/cloud-data-platform/develop/connect/components/inputs/gcp_cloud_storage/)[Output](https://docs.redpanda.com/cloud-data-platform/develop/connect/components/outputs/gcp_cloud_storage/)

**Available in:** Cloud, [Self-Managed](https://docs.redpanda.com/connect/components/caches/gcp_cloud_storage/%20%22View%20the%20Self-Managed%20version%20of%20this%20component%22)

Use a Google Cloud Storage bucket as a cache.

```yml
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)Fields

### [](#bucket)`bucket`

The Google Cloud Storage bucket to store items in.

**Type**: `string`

### [](#content_type)`content_type`

Optional field to explicitly set the Content-Type.

**Type**: `string`

### [](#credentials_json)`credentials_json`

An optional field to set Google Service Account Credentials json.

> ⚠️ **CAUTION**
>
> This field contains sensitive information that usually shouldn’t be added to a configuration directly. For more information, see [Manage Secrets](https://docs.redpanda.com/cloud-data-platform/develop/connect/configuration/secret-management/) before adding it to your configuration.

**Type**: `string`

**Default**: `""`