Skip to content

Commit

Permalink
Update driver.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zengge99 authored Jun 17, 2024
1 parent 74b2743 commit 532b958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/quark_share/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func (d *QuarkShare) Remove(ctx context.Context, obj model.Obj) error {
}

func (d *QuarkShare) Put(ctx context.Context, dstDir model.Obj, stream model.FileStreamer, up driver.UpdateProgress) error {
/*
tempFile, err := stream.CacheFullInTempFile()
if err != nil {
return err
Expand Down Expand Up @@ -207,6 +208,8 @@ func (d *QuarkShare) Put(ctx context.Context, dstDir model.Obj, stream model.Fil
return err
}
return d.upFinish(pre)
*/
return nil
}

var _ driver.Driver = (*QuarkShare)(nil)

0 comments on commit 532b958

Please sign in to comment.