feat(storage): add S3-compatible storage support

This commit is contained in:
ShiYu
2025-05-20 09:49:11 +08:00
parent 14bf0f585e
commit 85dc34f6ea
6 changed files with 218 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ public enum StorageType
{
Local = 0,
Telegram = 1,
S3 = 2,
}
public class Picture : BaseModel