You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,20 @@ OIDC_CLIENT_CONFIG = {
24
24
}
25
25
```
26
26
27
+
#### Add S3 Config
28
+
An S3 bucket is used to store files that users upload (currently just for major project submissions). In order to have this work properly, you need to provide some credentials to the app.
29
+
30
+
There are 2 ways that you can get the needed credentials.
31
+
1. Reach out to an RTP
32
+
2. Create a bucket using [DEaDASS](https://deadass.csh.rit.edu/), and the site will give you the credentials you need.
0 commit comments