feat:【infra 基础设施】文件配置时,增加“公开访问”

This commit is contained in:
YunaiV
2025-08-17 23:57:56 +08:00
parent 2fcd5b081a
commit 6ef3360e1c
2 changed files with 12 additions and 0 deletions

View File

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