mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-03 08:13:19 +08:00
feat(crypt): force stream upload for supported drivers (#6270)
This commit is contained in:
@ -41,6 +41,7 @@ type FileStreamer interface {
|
||||
GetMimetype() string
|
||||
//SetReader(io.Reader)
|
||||
NeedStore() bool
|
||||
IsForceStreamUpload() bool
|
||||
GetExist() Obj
|
||||
SetExist(Obj)
|
||||
//for a non-seekable Stream, RangeRead supports peeking some data, and CacheFullInTempFile still works
|
||||
|
Reference in New Issue
Block a user