cloud_storage_create_bucket
Create a cloud storage bucket in a specified region for organizing and storing data. Configure bucket name and location to establish storage infrastructure.
Instructions
Create a new bucket.
Args:
bucket_name: Required. Name of the bucket to create
region: Required. Region to create the bucket in (us-east-1, us-west-1, us-central-1)
Returns:
str: `Success!!` if it uploaded, otherwise returns an exception message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |