Expose concatenation support in filestore
This commit is contained in:
parent
e8b1cb18d4
commit
52265b622d
|
@ -54,6 +54,7 @@ func (store FileStore) UseIn(composer *tusd.StoreComposer) {
|
|||
composer.UseGetReader(store)
|
||||
composer.UseTerminater(store)
|
||||
composer.UseLocker(store)
|
||||
composer.UseConcater(store)
|
||||
}
|
||||
|
||||
func (store FileStore) NewUpload(info tusd.FileInfo) (id string, err error) {
|
||||
|
|
Loading…
Reference in New Issue