tigris access-keys | Tigris Object Storage Documentation

On this page

Create, list, inspect, delete, and assign roles to access keys. Access keys are credentials used for programmatic API access.

Alias:keys

Usage

tigris access-keys <operation> [flags]

t3 keys <operation> [flags]

Commands

Command Description
list List all access keys in the current organization
create Create a new access key
delete Permanently delete an access key
get Show details for an access key
assign Assign per-bucket roles to an access key
rotate Rotate an access key's secret
attach-policy Attach an IAM policy to an access key
detach-policy Detach an IAM policy from an access key
list-policies List all IAM policies attached to an access key

Examples

tigris access-keys list

tigris access-keys create my-ci-key

tigris access-keys assign tid_AaBb --bucket my-bucket --role Editor

tigris access-keys rotate tid_AaBbCcDdEeFf --yes

tigris access-keys attach-policy tid_AaBb --policy-arn arn:aws:iam::org_id:policy/my-policy