feat: new deployment provider: aliyun ddoscoo

This commit is contained in:
Fu Diwei
2025-05-07 15:17:25 +08:00
parent fc064aa9f8
commit 12c208cad4
19 changed files with 359 additions and 12 deletions

View File

@@ -122,7 +122,7 @@ func createSslUploader(accessKeyId, accessKeySecret, region string) (uploader.Up
// 阿里云 CAS 服务接入点是独立于 ESA 服务的
// 国内版固定接入点:华东一杭州
// 国际版固定接入点:亚太东南一新加坡
if casRegion != "" && !strings.HasPrefix(casRegion, "cn-") {
if !strings.HasPrefix(casRegion, "cn-") {
casRegion = "ap-southeast-1"
} else {
casRegion = "cn-hangzhou"