Skip to content

Commit f4a1b60

Browse files
chore: Migrate gsutil usage to gcloud storage
1 parent 9c4da91 commit f4a1b60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appengine-java8/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 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)