Create a Google Cloud Storage bucket
- In the Google Cloud Command Line Interface (gCloud CLI), enter the the following command:
gcloud storage buckets create gs://BUCKET_NAME
where:- BUCKET_NAME
- is the name of the GCS bucket to create.
- Await the creation of the bucket.