feat: add s3 storage provider integration
This commit is contained in:
@@ -137,5 +137,17 @@ Type = "local"
|
||||
LocalPath = "./storage"
|
||||
# 签名密钥
|
||||
Secret = "your-storage-secret"
|
||||
# 公共访问URL前缀
|
||||
# 公共访问URL前缀(本地存储使用)
|
||||
BaseURL = "/v1/storage"
|
||||
# AccessKey(S3/MinIO)
|
||||
AccessKey = ""
|
||||
# SecretKey(S3/MinIO)
|
||||
SecretKey = ""
|
||||
# Region(S3/MinIO)
|
||||
Region = ""
|
||||
# Bucket(S3/MinIO)
|
||||
Bucket = ""
|
||||
# Endpoint(S3/MinIO,示例:http://127.0.0.1:9000)
|
||||
Endpoint = ""
|
||||
# PathStyle(S3/MinIO)
|
||||
PathStyle = true
|
||||
|
||||
Reference in New Issue
Block a user