feat(s3): implement non-ephemeral storage through S3/DO Spaces

This commit is contained in:
Amruth Pillai
2022-04-09 09:28:08 +02:00
parent d0863d68c6
commit feb911aea0
13 changed files with 973 additions and 38 deletions

View File

@ -161,3 +161,31 @@ You can get your own key here: https://docs.sendgrid.com/ui/account-and-settings
**Required**: `no`
**Description:** Sender's Email Address
## Storage
You can either use S3 or any S3-compliant service such as DigitalOcean Spaces to store profile pictures uploaded by users of the platform.
### `STORAGE_BUCKET`
**Required**: `yes`
### `STORAGE_REGION`
**Required**: `yes`
### `STORAGE_ENDPOINT`
**Required**: `yes`
### `STORAGE_URL_PREFIX`
**Required**: `yes`
### `STORAGE_ACCESS_KEY`
**Required**: `yes`
### `STORAGE_SECRET_KEY`
**Required**: `yes`