> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mezmo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Cloud Storage

> Send Mezmo Pipeline log data to a Google Cloud Storage bucket with configurable encoding, compression, batching, and credentials.

## Description

This destination enables you to send your Mezmo Pipeline log data to Google Cloud Storage.

## Configuration Options

| Option                     | Description                                                                                           |
| -------------------------- | ----------------------------------------------------------------------------------------------------- |
| Batch Timeout              | The maximum amount of time for buffering events before being flushed to the destination.              |
| End-to-End Acknowledgement | Enable this option to receive verification that log data is being received by Google Cloud Storage.   |
| Encoding                   | The type of encoding to use for serializing the data before sending it to storage.                    |
| Bucket                     | The name of the Google Cloud Storage bucket to send your log data to.                                 |
| Compression                | The type of compression to apply to the log data before sending it to storage.                        |
| Bucket Prefix              | The prefix to apply to the bucket name to set a directory for the stored data.                        |
| JSON Credentials           | The Google Cloud [Service Account Key](https://cloud.google.com/iam/docs/keys-create-delete#creating) |

<Note>
  Please note that only the `message` portion of the [event envelope](/telemetry-pipelines/pipeline-event-data-model) will be stored.
</Note>
