feat: setup s3 stuff

This commit is contained in:
TheClashFruit 2024-09-01 12:07:38 +02:00
parent a5aae6e9df
commit ada5cdd47c
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204
3 changed files with 1228 additions and 4 deletions

View file

@ -11,5 +11,12 @@ DB_HOST=
DB_PORT=
AUTH_SECRET=
LINK_SECRET=
MC_API=
MC_API=
S3_REGION="fra1"
S3_ENDPOINT="https://fra1.digitaloceanspaces.com"
S3_ACCESS_KEY=
S3_SECRET_KEY=

View file

@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
"@icons-pack/react-simple-icons": "^10.0.0",
"@svgr/webpack": "^8.1.0",
"bcrypt": "^5.1.1",

File diff suppressed because it is too large Load diff