Skip to content

Commit

Permalink
feat(settings.production.base): set GS_DEFAULT_ACL to publicRead
Browse files Browse the repository at this point in the history
  • Loading branch information
josix committed Dec 14, 2022
1 parent 163b597 commit ec35573
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 ec35573

Please sign in to comment.