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

# Integrations

Any S3 client works with the gateway once it has three values: the endpoint, the credential pair from the operator, and a region label, which the gateway ignores. Each tool has a quickstart with its configuration:

* [AWS CLI and boto3](/tools/quickstarts/aws-cli)
* [Rclone](/tools/quickstarts/rclone)
* [MinIO Client](/tools/quickstarts/mc)
* [DuckDB](/tools/quickstarts/duckdb)
* [Litestream](/tools/quickstarts/litestream)
* [MLflow](/tools/quickstarts/mlflow)
* [ClickHouse](/tools/quickstarts/clickhouse)

Hosting a site, git and Solana programs are on the [quickstarts overview](/tools/quickstarts).

## Troubleshooting

| Error                    | Cause here, and the fix                                                                                                                                   |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `SignatureDoesNotMatch`  | Wrong secret or clock skew. SigV4 is time-sensitive, so sync your client's clock.                                                                         |
| `InvalidAccessKeyId`     | The credential is not known to this gateway. Credentials are issued per gateway and do not work on another one.                                           |
| `AccessDenied`           | The credential does not cover this bucket, or the bucket's tape has not delegated writes to this gateway ([delegation](/tools/s3-gateway/configuration)). |
| `NoSuchBucket`           | The bucket name does not resolve to a tape. Use the bucket's lowercase label.                                                                             |
| Connection or SSL errors | Wrong endpoint. Check the three values at the top of this page.                                                                                           |

Other tools need the same three values. The [compatibility page](/tools/s3-gateway/compatibility) says which operations they can use.
