feat: add s3 storage provider integration

This commit is contained in:
2026-01-13 16:46:00 +08:00
parent bd8dab5764
commit e97be37b05
9 changed files with 253 additions and 22 deletions

View File

@@ -60,3 +60,9 @@ Type = "local"
LocalPath = "./storage"
Secret = "test-storage-secret"
BaseURL = "/v1/storage"
AccessKey = ""
SecretKey = ""
Region = ""
Bucket = ""
Endpoint = ""
PathStyle = true