【功能新增】INFRA:文件存储,增加 enablePathStyleAccess 选项

This commit is contained in:
YunaiV
2025-04-25 19:44:33 +08:00
parent 9a6c40fc4a
commit ca23c9a54b
2 changed files with 15 additions and 1 deletions

View File

@ -11,6 +11,7 @@ export interface FileClientConfig {
bucket?: string
accessKey?: string
accessSecret?: string
enablePathStyleAccess?: boolean
domain: string
}