Create bucket
gcs_create_bucketCreates a new Google Cloud Storage bucket with a globally unique name, specifying location, project, storage class, and access settings.
Instructions
Creates a new Cloud Storage bucket. Bucket names are globally unique across all of GCS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name (without gs:// prefix) | |
| location | No | e.g. "US", "EU", "us-central1" | |
| projectId | No | GCP project id; defaults to GOOGLE_CLOUD_PROJECT env var | |
| storageClass | No | ||
| uniformBucketLevelAccess | No |