Skip to content

Commit a638305

Browse files
chore: Migrate gsutil usage to gcloud storage (#10214)
1 parent 2e32a3a commit a638305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine-java21/ee8/images/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ detailed instructions.
1414

1515
Using the [Google Cloud SDK](https://cloud.google.com/sdk/) create a bucket
1616

17-
$ gsutil mb YOUR-PROJECT-ID.appspot.com
17+
$ gcloud storage buckets create gs://YOUR-PROJECT-ID.appspot.com
1818

1919
* Edit `src/main/java/com/example/appengine/images/ImageServlet.java` and set your `bucket` name.
2020

0 commit comments

Comments
 (0)