Update object storage bucket
laravel_cloud_update_bucketUpdate an object storage bucket's name, visibility, and CORS settings to manage access and configuration.
Instructions
Update an object storage bucket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Bucket name. | |
| filesystem | Yes | Object storage bucket (filesystem) ID. | |
| visibility | No | Bucket visibility. | |
| cors_settings | No | CORS settings, e.g. { allowed_origins: [...] }. |