feat(aliyundrive): internal upload (aliyun ECS for Beijing area only) (#3188)

Co-authored-by: wangwuxuan2011 <git@wangwuxuan.cn>
This commit is contained in:
Wuxuan
2023-01-30 11:18:08 +08:00
committed by GitHub
parent c92e11dad5
commit e1cd71616d
3 changed files with 8 additions and 2 deletions

View File

@ -11,6 +11,7 @@ type Addition struct {
OrderBy string `json:"order_by" type:"select" options:"name,size,updated_at,created_at"`
OrderDirection string `json:"order_direction" type:"select" options:"ASC,DESC"`
RapidUpload bool `json:"rapid_upload"`
InternalUpload bool `json:"internal_upload"`
}
var config = driver.Config{