diff --git a/auth/AuthSample/README.md b/auth/AuthSample/README.md index 80dccc5bddc..dbd01c90dfc 100644 --- a/auth/AuthSample/README.md +++ b/auth/AuthSample/README.md @@ -31,8 +31,8 @@ can use [this older sample]( At a Powershell prompt, type: ```ps1 - PS > gsutil mb gs:// - PS > gsutil defacl set public-read gs:// + PS > gcloud storage buckets create gs:// + PS > gcloud storage buckets update --predefined-default-object-acl=publicRead gs:// ``` 6. ```ps1