mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-19 08:36:37 +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