coolify_create_s3_storage
Create new S3 storage for your team by providing name, endpoint, bucket, region, and access keys. Secret keys stay confidential and are not logged.
Instructions
Create a new S3 storage configuration for the authenticated team. Credentials are never returned or logged. Subject to operation mode policy. Audit: coolify.s3_storage.create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | S3 access key | |
| name | Yes | A friendly name for the S3 storage | |
| bucket | Yes | S3 bucket name | |
| region | Yes | S3 region (e.g. us-east-1) | |
| secret | Yes | S3 secret key | |
| endpoint | Yes | S3 endpoint URL (e.g. https://s3.amazonaws.com) | |
| is_usable | No | Whether the storage is marked usable | |
| description | No | Optional description |