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

This commit is contained in:
YunaiV
2025-08-18 00:00:04 +08:00
parent cb1b441f7b
commit 2dfa34d096
6 changed files with 60 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export namespace InfraFileConfigApi {
accessKey?: string;
accessSecret?: string;
pathStyle?: boolean;
enablePublicAccess?: boolean;
domain: string;
}