feat: add deployer BytePlus CDN

This commit is contained in:
Jarod Liu
2024-11-15 20:26:12 +08:00
parent c853f2976f
commit 2b0f7aaf8a
12 changed files with 628 additions and 307 deletions

View File

@@ -5,6 +5,11 @@ type AliyunAccess struct {
AccessKeySecret string `json:"accessKeySecret"`
}
type ByteplusAccess struct {
AccessKey string
SecretKey string
}
type TencentAccess struct {
SecretId string `json:"secretId"`
SecretKey string `json:"secretKey"`