tigris buckets create
Create a bucket.
Alias: c
Usage
tigris buckets create [name] [flags]
t3 b c [name] [flags]
Flags
| Name | Required | Default | Description |
|---|---|---|---|
--access, -a | No | private | Access level. Options: public, private |
--enable-snapshots, -s | No | false | Enable snapshots for the bucket |
--default-tier, -t | No | STANDARD | Default storage tier. Options: STANDARD (Standard), STANDARD_IA (Infrequent Access), GLACIER (Archive), GLACIER_IR (Instant Retrieval Archive) |
--consistency, -c | No | default | Consistency level. Options: default (strict in same region, eventual globally), strict (strict globally) |
--region, -r | No | global | Region. 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