Feat: creating upload session and credential from master server

This commit is contained in:
HFO4
2022-02-28 17:52:59 +08:00
parent 118d738797
commit 7214e59c25
12 changed files with 153 additions and 136 deletions

View File

@@ -10,8 +10,8 @@ type WriteMode int
const (
Overwrite WriteMode = 0x00001
// Append 只适用于本地策略
Append = 0x00002
Nop = 0x00004
Append WriteMode = 0x00002
Nop WriteMode = 0x00004
)
type UploadTaskInfo struct {