complete backend plan

This commit is contained in:
2026-03-03 16:09:13 +01:00
parent 8bfce9da00
commit 7f278c6f63
5 changed files with 211 additions and 22 deletions

View File

@@ -14,6 +14,7 @@ class Settings(BaseSettings):
S3_BUCKET: str = ""
S3_REGION: str = "us-east-1"
S3_ENDPOINT_URL: str = ""
AWS_ACCESS_KEY_ID: str = ""
AWS_SECRET_ACCESS_KEY: str = ""