feat(aliyundrive_open): add internal upload (aliyun ECS for Beijing area only) (#3775)

This commit is contained in:
Wuxuan
2023-03-09 20:48:30 +08:00
committed by GitHub
parent 5596661ce8
commit 02d0aef611
2 changed files with 8 additions and 1 deletions

View File

@ -14,6 +14,7 @@ type Addition struct {
ClientID string `json:"client_id" required:"false" help:"Keep it empty if you don't have one"`
ClientSecret string `json:"client_secret" required:"false" help:"Keep it empty if you don't have one"`
RemoveWay string `json:"remove_way" required:"true" type:"select" options:"trash,delete"`
InternalUpload bool `json:"internal_upload" help:"If you are using Aliyun ECS in Beijing, you can turn it on to boost the upload speed"`
}
var config = driver.Config{