feat: add quark driver

This commit is contained in:
Noah Hsu
2022-09-02 21:36:47 +08:00
parent 0f2425ce53
commit decea4a739
8 changed files with 726 additions and 2 deletions

View File

@ -148,7 +148,7 @@ func (d *Teambition) Put(ctx context.Context, dstDir model.Obj, stream model.Fil
} else {
// chunk upload
//err = base.ErrNotImplement
newFile, err = d.chunkUpload(stream, token)
newFile, err = d.chunkUpload(stream, token, up)
}
if err != nil {
return err