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

@@ -137,5 +137,17 @@ Type = "local"
LocalPath = "./storage"
# 签名密钥
Secret = "your-storage-secret"
# 公共访问URL前缀
# 公共访问URL前缀(本地存储使用)
BaseURL = "/v1/storage"
# AccessKeyS3/MinIO
AccessKey = ""
# SecretKeyS3/MinIO
SecretKey = ""
# RegionS3/MinIO
Region = ""
# BucketS3/MinIO
Bucket = ""
# EndpointS3/MinIO示例http://127.0.0.1:9000
Endpoint = ""
# PathStyleS3/MinIO
PathStyle = true