Skip to content

Commit ac4a7a5

Browse files
Update README.md
1 parent bf88241 commit ac4a7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/storage/standard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ with the following command:
1818
directly from Cloud Storage. You can do this with the [Google Cloud SDK](https://cloud.google.com/sdk)
1919
with the following command:
2020

21-
gcloud storage buckets update --predefined-default-object-acl=public-read gs://<your-bucket-name>
21+
gcloud storage buckets update --predefined-default-object-acl=publicRead gs://<your-bucket-name>
2222

2323
1. Update the environment variables in `app.yaml`.
2424

0 commit comments

Comments
 (0)