Get your keys
- Open the Tigris dashboard (storage.new signup gets you there fastest).
- Go to Access Keys and create a key, scoped to the buckets you need.
- Copy the Access Key ID and Secret Access Key.
Connect
- Add a new connection and choose the Tigris preset.
- Paste the keys. Tigris is globally distributed, so there is no region picker; the preset sets everything.
- Connect.
Endpoint
| Field | Value |
|---|---|
| Endpoint | https://t3.storage.dev |
| Region | auto |
Good to know
- Tigris serves each request from a location near the requester, so there is one global endpoint instead of per-region ones. Transfers from Europe and the US both hit nearby infrastructure automatically.
- Buckets created through Fly.io live on a Tigris account linked to Fly. To manage them in the dashboard, sign in with the Fly.io login button; signing in with Google, GitHub or email creates a separate account that cannot see them. In the app it does not matter: keys from either account reach that account’s buckets.
- The S3 API surface covers the operations the app relies on: multipart uploads with resume, listings, metadata and share links that expire.