We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798d5ad commit 938f4adCopy full SHA for 938f4ad
1 file changed
optional-kubernetes-engine/config.py
@@ -83,7 +83,9 @@
83
# You also need to make sure that the default ACL is set to public-read,
84
# otherwise users will not be able to see their upload images:
85
#
86
-# $ gcloud storage buckets update --predefined-default-object-acl=public-read gs://<your-bucket-name>
+# $ gcloud storage buckets update \
87
+# --predefined-default-object-acl=public-read \
88
+# gs://<your-bucket-name>
89
90
# You can adjust the max content length and allow extensions settings to allow
91
# larger or more varied file types if desired.
0 commit comments