feat: set default region when applying certificates by huaweicloud

This commit is contained in:
Fu Diwei
2024-10-21 15:10:14 +08:00
parent 908d33f186
commit 18a7bf0d66
2 changed files with 7 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ func (d *HuaweiCloudCDNDeployer) createClient(region, accessKeyId, secretAccessK
}
if region == "" {
region = "cn-north-1" // CDN 服务默认区域:华北北京
region = "cn-north-1" // CDN 服务默认区域:华北北京
}
hcRegion, err := cdnRegion.SafeValueOf(region)