Bucket administrationGoogle Cloud Storage
gsutil mb
gsutil mb
gsutil rb
Create or remove buckets in specified regions.
Command
gsutil mb -l gs://
Example usage
Provision new buckets with region constraints or delete them when unused.
gsutil mb -l <region> gs://<bucket>
gsutil rb gs://<bucket>
Related tags
Bucket administrationgsutil rbcloudstoragegsutil