feat(qiniu): use accelerated upload domain (#2497)

This commit is contained in:
Aaron Liu
2025-07-05 10:50:51 +08:00
parent 75a03aa708
commit 617d3a4262
3 changed files with 7 additions and 2 deletions

View File

@@ -90,6 +90,8 @@ type (
UseCname bool `json:"use_cname,omitempty"`
// CDN domain does not need to be signed.
SourceAuth bool `json:"source_auth,omitempty"`
// QiniuUploadCdn whether to use CDN for Qiniu upload.
QiniuUploadCdn bool `json:"qiniu_upload_cdn,omitempty"`
}
FileType int