mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
修改部署到腾讯云cos,bucket参数获取
This commit is contained in:
@@ -111,7 +111,7 @@ func DeployToTX(cfg map[string]any) error {
|
||||
if !ok {
|
||||
return fmt.Errorf("参数错误:region")
|
||||
}
|
||||
bucket, ok := cfg["domain"].(string)
|
||||
bucket, ok := cfg["bucket"].(string)
|
||||
if !ok {
|
||||
return fmt.Errorf("参数错误:bucket")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user