Support custom host

This commit is contained in:
DullJZ
2025-10-04 15:19:54 +08:00
parent 34a905defd
commit 4b44dc1a1b
6 changed files with 46 additions and 19 deletions

View File

@@ -138,3 +138,9 @@ s3api:
# 是否需要认证(开启后使用 Basic Auth凭据来自 access_key/secret_key
auth_required: true
# 用于签名验证的Host可选
# 当服务前有 nginx 等反向代理时,可以设置此项为客户端实际访问的域名
# 留空则使用请求中的 Host 头
# 示例: "s3.example.com" 或 "s3.example.com:8080"
host: ""