We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5da7df8 + 095e5f7 commit 257b201Copy full SHA for 257b201
optional-kubernetes-engine/config.py
@@ -87,7 +87,7 @@
87
#
88
# You can adjust the max content length and allow extensions settings to allow
89
# larger or more varied file types if desired.
90
-CLOUD_STORAGE_BUCKET = 'your-project-id'
+CLOUD_STORAGE_BUCKET = 'your-bucket-name'
91
MAX_CONTENT_LENGTH = 8 * 1024 * 1024
92
ALLOWED_EXTENSIONS = set(['png', 'jpg', 'jpeg', 'gif'])
93
0 commit comments