Create
Create an S3 storage
Usage
coolify s3 createOptions
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--bucket | string | No | — | Bucket name |
--description | string | No | — | Description |
--endpoint | string | No | — | S3 endpoint URL |
--key | string | No | — | Access key |
--name | string | No | — | Storage name |
--region | string | No | — | Region |
--secret | string | No | — | Secret key |
--usable | boolean | No | true | Mark storage as usable |
Get current help
coolify s3 create --helpThe installed CLI help reflects the exact options available in your CLI version.
