Expose concatenation support in filestore

This commit is contained in:
Marius 2017-11-21 13:00:43 +01:00
parent e8b1cb18d4
commit 52265b622d
1 changed files with 1 additions and 0 deletions

View File

@ -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) {