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 |
rebase | Update a fork with the latest changes from its source |
merge | Merge a fork's changes back into its source |
get | Show details for a bucket |
delete | Delete a bucket |
set | Update bucket settings |
lifecycle | Manage lifecycle rules (storage-class transitions and expiration) |
set-migration | Configure data migration from an external source |
migrate | Actively migrate objects from a shadow bucket |
set-notifications | Configure object event notifications |
set-locations | Set the data locations for a bucket |
set-cors | Configure CORS rules |
set-ttl and set-transition have been replaced by
buckets lifecycle.
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