File tree Expand file tree Collapse file tree
ruby31-and-earlier/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ project id with `gcloud config list`.
1717Create a Cloud Storage bucket for your project:
1818
1919```
20- $ gsutil mb gs://<your-project-id>
20+ $ gcloud storage buckets create gs://<your-project-id>
2121```
2222
2323## Run
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ project id with `gcloud config list`.
1717Create a Cloud Storage bucket for your project:
1818
1919```
20- $ gsutil mb gs://<your-project-id>
20+ $ gcloud storage buckets create gs://<your-project-id>
2121```
2222
2323## Run
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ project id with `gcloud config list`.
1717Create a Cloud Storage bucket for your project:
1818
1919```
20- $ gsutil mb gs://<your-project-id>
20+ $ gcloud storage buckets create gs://<your-project-id>
2121```
2222
2323## Run
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ project id with `gcloud config list`.
1717Create a Cloud Storage bucket for your project:
1818
1919```
20- $ gsutil mb gs://<your-project-id>
20+ $ gcloud storage buckets create gs://<your-project-id>
2121```
2222
2323## Run
You can’t perform that action at this time.
0 commit comments