feat:【infra】文件配置,增加 region 区域

This commit is contained in:
YunaiV
2025-11-29 15:59:55 +08:00
parent 6fb3480676
commit 09300af7bc
8 changed files with 52 additions and 0 deletions

View File

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