feat(storage): add S3 image storage support with file-based config and migration script

This commit is contained in:
2026-07-18 08:03:18 +08:00
parent ddeec36a01
commit 3a931fe752
11 files changed
+242 -30

No files matched your search

+4 -1
View File
@@ -6,4 +6,7 @@ uploads/*
*.db
.env
server.log
scripts/
s3_config.json
scripts/fix_*.py
scripts/migrate_*.py
scripts/test_*.py