We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf88241 commit ac4a7a5Copy full SHA for ac4a7a5
appengine/storage/standard/README.md
@@ -18,7 +18,7 @@ with the following command:
18
directly from Cloud Storage. You can do this with the [Google Cloud SDK](https://cloud.google.com/sdk)
19
with the following command:
20
21
- gcloud storage buckets update --predefined-default-object-acl=public-read gs://<your-bucket-name>
+ gcloud storage buckets update --predefined-default-object-acl=publicRead gs://<your-bucket-name>
22
23
1. Update the environment variables in `app.yaml`.
24
0 commit comments