Skip to main content

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

CommandDescription
listList all buckets
createCreate a new bucket
rebaseUpdate a fork with the latest changes from its source
mergeMerge a fork's changes back into its source
getShow details for a bucket
deleteDelete a bucket
setUpdate bucket settings
lifecycleManage lifecycle rules (storage-class transitions and expiration)
set-migrationConfigure data migration from an external source
migrateActively migrate objects from a shadow bucket
set-notificationsConfigure object event notifications
set-locationsSet the data locations for a bucket
set-corsConfigure 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