Skip to content

Commit

Permalink
Merge pull request pycontw#1108 from pycontw/update/gcs-default-acl
Browse files Browse the repository at this point in the history
feat(settings.production.base): set GS_DEFAULT_ACL to publicRead
  • Loading branch information
josix committed Dec 14, 2022
2 parents 163b597 + ec35573 commit 2970d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pycontw2016/settings/production/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@
os.path.join(BASE_DIR, "google-cloud-storage.json")
)
GS_BUCKET_NAME = "pycontw-static"
GS_DEFAULT_ACL = "publicRead" # make files return as public, non-expiring url since we use static site that will fetch the files directly

0 comments on commit 2970d1f

Please sign in to comment.