Skip to main content

tigris buckets create

Create a bucket.

Alias: c

Usage

tigris buckets create [name] [flags]
t3 b c [name] [flags]

Flags

NameRequiredDefaultDescription
--access, -aNoprivateAccess level. Options: public, private
--enable-snapshots, -sNofalseEnable snapshots for the bucket
--default-tier, -tNoSTANDARDDefault storage tier. Options: STANDARD (Standard), STANDARD_IA (Infrequent Access), GLACIER (Archive), GLACIER_IR (Instant Retrieval Archive)
--consistency, -cNodefaultConsistency level. Options: default (strict in same region, eventual globally), strict (strict globally)
--region, -rNoglobalRegion. Options: global, usa, eur, ams, fra, gru, iad, jnb, lhr, nrt, ord, sin, sjc, syd

Examples

# Create a private bucket
tigris buckets create my-bucket

# Create a public bucket in a specific region
tigris buckets create my-bucket --access public --region iad