Create object storage bucket
laravel_cloud_create_bucketCreate an object storage bucket with an initial access key, setting its visibility, jurisdiction, and permissions.
Instructions
Create a new object storage bucket with an initial access key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Bucket name. | |
| key_name | Yes | Name for the initial access key. | |
| visibility | Yes | Bucket visibility. | |
| jurisdiction | Yes | Data jurisdiction. | |
| cors_settings | No | CORS settings, e.g. { allowed_origins: [...] }. | |
| key_permission | Yes | Permission for the initial access key. |