Add support for s3 storage

This commit is contained in:
Lol3rrr
2024-11-01 04:03:35 +01:00
parent f25eac83e1
commit 809ae0479e
9 changed files with 484 additions and 53 deletions

View File

@@ -7,6 +7,13 @@ A self-hosted demo analysis tool
- `STEAM_API_KEY`
- `BASE_URL`
If using the 's3' storage backend
- `S3_ACCESS_KEY`
- `S3_SECRET_KEY`
- `S3_REGION`
- `S3_ENDPOINT`
- `S3_BUCKET`
### Needed external Software
- `postgresql`