diff --git a/app/server/settings/prod.py b/app/server/settings/prod.py index d4b9c6a2..d8ae9cea 100644 --- a/app/server/settings/prod.py +++ b/app/server/settings/prod.py @@ -67,6 +67,7 @@ # Upload generated static files to Google Cloud Storage bucket bucket_name = os.environ.get("GCS_BUCKET_NAME", "") STATIC_URL = "https://storage.googleapis.com/" + bucket_name + "/" +GS_DEFAULT_ACL = "publicRead" STORAGES = { "default": { "BACKEND": "storages.backends.gcloud.GoogleCloudStorage",