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

# S3 compatible

> Configuring your S3 compatible destination.

## Prerequisites

* Many object storage platforms offer "S3 compatibility" enabling writing to and reading from the object storage using the S3 protocol. The S3 protocol uses an HMAC key comprised of an access ID and a secret to authenticate and write data.

<Steps>
  <Step title="Create an HMAC Access ID and Secret">
    Consult your object storage platform's documentation to learn how to generate an HMAC Access ID and Secret.
  </Step>

  <Step title="Add your destination">
    Use the following details to complete the connection setup: **bucket host**, **bucket name**, chosen **folder name**, **HMAC access ID**, and **HMAC secret**.
  </Step>
</Steps>
