tigris buckets
Create, inspect, update, and delete buckets. Buckets are top-level containers that hold objects.
Alias: b
Usage
tigris buckets <operation> [flags]
t3 b <operation> [flags]
Commands
| Command | Description |
|---|---|
list | List all buckets |
create | Create a new bucket |
get | Show details for a bucket |
delete | Delete a bucket |
set | Update bucket settings |
set-ttl | Configure object expiration (TTL) |
set-migration | Configure data migration from an external source |
set-transition | Configure lifecycle storage class transitions |
set-notifications | Configure object event notifications |
set-cors | Configure CORS rules |
Examples
tigris buckets list
tigris buckets create my-bucket
tigris buckets get my-bucket
tigris buckets set my-bucket --access public
tigris buckets delete my-bucket