Skip to content

Commit d4e526d

Browse files
chore: Migrate gsutil usage to gcloud storage (#1631)
1 parent 75aebcb commit d4e526d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

appengine/flexible/ruby31-and-earlier/storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ project id with `gcloud config list`.
1717
Create 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

appengine/flexible/storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ project id with `gcloud config list`.
1717
Create 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

appengine/standard-storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ project id with `gcloud config list`.
1717
Create 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

appengine/storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ project id with `gcloud config list`.
1717
Create 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

0 commit comments

Comments
 (0)