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

# Tigris

> Connect Tigris buckets as sources and destinations for transfer tasks.

Tigris — globally distributed, S3-compatible object storage with a single endpoint.

## At a Glance

|                   |                                                   |
| ----------------- | ------------------------------------------------- |
| **Region**        | Not needed                                        |
| **Endpoint URL**  | Required — `https://t3.storage.dev`               |
| **Credentials**   | Access key — `access_key_id`, `secret_access_key` |
| **Task defaults** | `s3_no_check_bucket: true`, `fast_list: true`     |

## Credentials

Create a [secret](/secrets) with the **Tigris** provider type. The auth method is
`tigris_access_key`, which requires:

| Field               | Description              |
| ------------------- | ------------------------ |
| `access_key_id`     | Tigris access key ID     |
| `secret_access_key` | Tigris secret access key |

Create access keys from the Tigris dashboard.

## Location Setup

| Field             | Value                                         |
| ----------------- | --------------------------------------------- |
| **region**        | Leave blank — Tigris routes requests globally |
| **endpoint\_url** | Required — `https://t3.storage.dev`           |

Example:

| Field          | Example value            |
| -------------- | ------------------------ |
| name           | `Tigris Global`          |
| location\_type | Tigris                   |
| bucket\_name   | `acme-global`            |
| endpoint\_url  | `https://t3.storage.dev` |

## Importing from rclone.conf

Tigris has no `provider =` value of its own in rclone, so real configs write `provider = Other`.
The importer recognizes Tigris remotes by their endpoint hostname (`t3.storage.dev`) instead of
falling back to S3 Compatible. A hand-written `provider = Tigris` line is also accepted. See the
[rclone import guide](/guides/import-rclone-config).
