feat(onedrive): custom host for download link (close #5310)

This commit is contained in:
Andy Hsu
2023-10-02 14:07:47 +08:00
parent e8958019d9
commit 0fd51646f6
4 changed files with 24 additions and 2 deletions

View File

@ -13,6 +13,7 @@ type Addition struct {
TenantID string `json:"tenant_id"`
Email string `json:"email"`
ChunkSize int64 `json:"chunk_size" type:"number" default:"5"`
CustomHost string `json:"custom_host" help:"Custom host for onedrive download link"`
}
var config = driver.Config{