server/lib/private/Files/Storage
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
..
PolyFill
Wrapper Allow chunked uploads even if your quota is not sufficient 2018-10-24 20:29:00 +02:00
Common.php extend storage api to allow directly writing a stream to storage 2018-10-31 21:10:44 +01:00
CommonTest.php
DAV.php Do not log to error loglevel when converting the error 2018-08-06 16:31:30 +02:00
FailedStorage.php Update license headers 2017-11-06 16:56:19 +01:00
Flysystem.php Remove \OCP\Files::tmpFile 2018-03-19 10:52:35 +01:00
Home.php Use fallback path if data dir is not available for Storage/Local.php 2018-01-18 16:38:01 +01:00
Local.php extend storage api to allow directly writing a stream to storage 2018-10-31 21:10:44 +01:00
LocalTempFileTrait.php
Storage.php Add missing PHPDoc and properly throw exception 2017-02-13 18:03:35 -06:00
StorageFactory.php
Temporary.php