feat: add S3 configuration and update project structure

This commit is contained in:
yuanhau 2025-05-06 09:43:26 +08:00
parent 330c92a432
commit 8955fce368
14 changed files with 70 additions and 1 deletions

4
.env.example Normal file
View file

@ -0,0 +1,4 @@
S3_ACCESS_KEY=""
S3_SECRET_KEY=""
S3_BUCKETNAME=""
S3_ENDPOINT="" # Your S3 server, This can be Cloudflare R2, AWS S3, or just your own Minio infra.