feat: support configuring aliyun resource group id
This commit is contained in:
@@ -101,6 +101,7 @@ export type AccessConfigForACMEHttpReq = {
|
||||
export type AccessConfigForAliyun = {
|
||||
accessKeyId: string;
|
||||
accessKeySecret: string;
|
||||
resourceGroupId?: string;
|
||||
};
|
||||
|
||||
export type AccessConfigForAWS = {
|
||||
|
||||
Reference in New Issue
Block a user