> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# fly storage create

Provision a Tigris object storage bucket

## Usage

```
fly storage create [flags]
```

## Options

```
  -a, --app string                 Application name
  -c, --config string              Path to application configuration file
  -h, --help                       help for create
  -n, --name string                The name of your bucket
  -o, --org string                 The target Fly.io organization
  -p, --public                     Objects in the bucket should be publicly accessible
      --shadow-access-key string   Shadow bucket access key
      --shadow-endpoint string     Shadow bucket endpoint
      --shadow-name string         Shadow bucket name
      --shadow-region string       Shadow bucket region
      --shadow-secret-key string   Shadow bucket secret key
      --shadow-write-through       Write objects through to the shadow bucket
  -y, --yes                        Accept all confirmations (also --auto-confirm)
```

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly storage](/flyctl/cmd/fly_storage)	 - Provision and manage Tigris object storage buckets
