Update config.example.yaml

This commit is contained in:
DullJZ
2025-11-03 23:44:09 +08:00
parent de019d56d8
commit bf5db75d26

View File

@@ -141,11 +141,12 @@ s3api:
virtual_host: false
# 工作模式:
# false预签名重定向模式客户端直接与后端存储交互
# true (默认)代理模式数据通过S3 Balance服务器传输
# false预签名重定向模式客户端下载直接重定向到与后端存储
# true (默认)代理模式数据通过S3 Balance服务器中转传输
# 该选项仅适用于下载,上传操作始终为全代理模式
proxy_mode: true
# 是否需要认证(开启后使用 Basic Auth凭据来自 access_key/secret_key
# 是否需要认证(使用配置的 access_key/secret_key
auth_required: true
# 用于签名验证的Host可选