Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions auth/AuthSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ can use [this older sample](
At a Powershell prompt, type:

```ps1
PS > gsutil mb gs://<your-project-id>
PS > gsutil defacl set public-read gs://<your-project-id>
PS > gcloud storage buckets create gs://<your-project-id>
PS > gcloud storage buckets update --predefined-default-object-acl=publicRead gs://<your-project-id>
```

6. ```ps1
Expand Down