T
Tigris S3-Compatible Object Storage API
Details
- URL
-
https://t3.storage.dev - Docs
- https://www.tigrisdata.com/docs/sdks/s3/
Authentication
Authorization: AWS4-HMAC-SHA256 <credential> Sign in to the Tigris Console, create an access key, and copy the pair: an access key ID starting with tid_ and a secret access key starting with tsec_. Tigris docs say to create the key in the console and then use it with the S3 endpoint https://t3.storage.dev. You can also use the Tigris CLI after obtaining the pair to save it with tigris configure --access-key <your-key> --access-secret <your-secret>.