mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-03-11 11:06:53 +08:00
Feat: support apply append mode and overwrite mode for FileStream
This commit is contained in:
@@ -119,7 +119,6 @@ func (job *TransferTask) Do() {
|
||||
|
||||
err = fs.Handler.Put(context.Background(), &fsctx.FileStream{
|
||||
File: file,
|
||||
Mode: fsctx.Create,
|
||||
SavePath: job.Req.Dst,
|
||||
Size: uint64(size),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user