feat: support configuring huaweicloud enterprise project id
This commit is contained in:
@@ -264,6 +264,7 @@ export type AccessConfigForHetzner = {
|
||||
export type AccessConfigForHuaweiCloud = {
|
||||
accessKeyId: string;
|
||||
secretAccessKey: string;
|
||||
enterpriseProjectId?: string;
|
||||
};
|
||||
|
||||
export type AccessConfigForJDCloud = {
|
||||
|
||||
Reference in New Issue
Block a user