We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7286a02 commit 46b3d03Copy full SHA for 46b3d03
config.env.py
@@ -27,8 +27,8 @@
27
LDAP_BIND_PW = env.get("CONDITIONAL_LDAP_BIND_PW", "")
28
29
# S3 information
30
-S3_URI = env.get("S3_URI", "")
31
-S3_BUCKET_ID = env.get("S3_BUCKET_ID", "")
+S3_URI = env.get("S3_URI", "https://s3.csh.rit.edu") # URL for where the s3 bucket is hosted
+S3_BUCKET_ID = env.get("S3_BUCKET_ID", "major-project-media") # name of the bucket
32
AWS_ACCESS_KEY_ID = env.get("AWS_ACCESS_KEY_ID", "")
33
AWS_SECRET_ACCESS_KEY = env.get("AWS_SECRET_ACCESS_KEY", "")
34
0 commit comments