create_bucket
Create an OCI Object Storage bucket by specifying a name and optional region, namespace, compartment, or public access type.
Instructions
Creates an Object Storage bucket. Blocked when OCI_READ_ONLY=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Bucket name | |
| region | No | OCI region ID to create the bucket in (e.g. sa-vinhedo-1). Default: server-configured region | |
| namespace | No | Object Storage namespace (default: auto-resolved) | |
| compartmentId | No | Compartment OCID (default: tenancy root) | |
| publicAccessType | No | NoPublicAccess | ObjectRead | ObjectReadWithoutList (default: NoPublicAccess) |