nextcloud/lib/private/Files/Stream
Robin Appelman 93de63777e
extend storage api to allow directly writing a stream to storage
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>
2018-10-31 21:10:44 +01:00
..
CountReadStream.php extend storage api to allow directly writing a stream to storage 2018-10-31 21:10:44 +01:00
Encryption.php make file cache updates more robust 2018-07-31 12:24:38 +02:00
Quota.php remove the need to register the quota streamwrapper globally 2017-01-04 15:15:47 +01:00