mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
fix: aliyunoss 选择证书接入点选择新加坡无法上传的bug
This commit is contained in:
@@ -121,7 +121,7 @@ export class DeployCertToAliyunOSS extends AbstractTaskPlugin {
|
||||
name: 'a-select',
|
||||
options: [
|
||||
{ value: 'cn-hangzhou', label: '中国大陆' },
|
||||
{ value: 'southeast-1', label: '新加坡' },
|
||||
{ value: 'ap-southeast-1', label: '新加坡' },
|
||||
{ value: 'eu-central-1', label: '德国(法兰克福)' },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user