This commit is contained in:
Fu Diwei
2024-10-19 17:10:42 +08:00
parent 6225969d4c
commit be3cdbf585
4 changed files with 15 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ export type Access = {
config:
| AliyunConfig
| TencentConfig
| HuaweicloudConfig
| HuaweiCloudConfig
| QiniuConfig
| AwsConfig
| CloudflareConfig
@@ -73,7 +73,7 @@ export type TencentConfig = {
secretKey: string;
};
export type HuaweicloudConfig = {
export type HuaweiCloudConfig = {
region: string;
accessKeyId: string;
secretAccessKey: string;