feat: add upyun file deployer

This commit is contained in:
Fu Diwei
2025-03-20 21:53:02 +08:00
parent 4acbbf6e13
commit e4fd1e78f5
8 changed files with 78 additions and 2 deletions

View File

@@ -161,6 +161,7 @@ const (
DeployProviderTypeUCloudUCDN = DeployProviderType("ucloud-ucdn")
DeployProviderTypeUCloudUS3 = DeployProviderType("ucloud-us3")
DeployProviderTypeUpyunCDN = DeployProviderType("upyun-cdn")
DeployProviderTypeUpyunFile = DeployProviderType("upyun-file")
DeployProviderTypeVolcEngineCDN = DeployProviderType("volcengine-cdn")
DeployProviderTypeVolcEngineCLB = DeployProviderType("volcengine-clb")
DeployProviderTypeVolcEngineDCDN = DeployProviderType("volcengine-dcdn")