export PROJECT_ID=<your project ID> export BUCKET_NAME=<your choice of a globally unique bucket ID> gcloud storage buckets create gs://$BUCKET_NAME --project=$PROJECT_ID --location=us-central1 --uniform-bucket-level-access
export PROJECT_ID=<your project ID> export BUCKET_NAME=<your choice of a globally unique bucket ID> gcloud storage buckets create gs://$BUCKET_NAME --project=$PROJECT_ID --location=us-central1 --uniform-bucket-level-access