Feat: support chunk size option in policy

This commit is contained in:
HFO4
2022-02-10 19:31:06 +08:00
parent de9c41082c
commit 8443a30fb1
5 changed files with 25 additions and 12 deletions

View File

@@ -38,6 +38,7 @@ type UploadSession struct {
Name string
Size uint64
SavePath string
ChunkSize uint64
}
// UploadCallback 上传回调正文