aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Stream/CountReadStreamTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-151-49/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-0/+49
this removes the need for temporary storages with some external storage backends. The new method is added to a separate interface to maintain compatibility with storage backends implementing the storage interface directly (without inheriting common) Currently the interface is implemented for objectstorage based storages and local storage and used by webdav uploads Signed-off-by: Robin Appelman <robin@icewind.nl>