feat:【INFRA】文件存储,增加 enablePathStyleAccess 选项

This commit is contained in:
YunaiV
2025-04-25 20:59:29 +08:00
parent b2011aea91
commit 3be2d4c87f
3 changed files with 26 additions and 0 deletions

View File

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