nextcloud/lib/private/Files/ObjectStore
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
..
Azure.php add azure unit tests with azurite 2018-06-04 16:18:03 +02:00
HomeObjectStoreStorage.php Fix others 2016-07-21 18:13:57 +02:00
Mapper.php Update license headers 2017-11-06 16:56:19 +01:00
NoopScanner.php Update with robin 2016-07-21 18:13:58 +02:00
ObjectStoreStorage.php extend storage api to allow directly writing a stream to storage 2018-10-31 21:10:44 +01:00
S3.php Update license headers 2017-11-06 16:56:19 +01:00
S3ConnectionTrait.php Fix listing s3 objects when using google cloud aws compatibility 2018-06-11 17:10:57 +02:00
S3ObjectTrait.php Remove unused import statements 2018-02-14 16:55:43 +01:00
S3Signature.php add option to use legacy v2 auth with s3 2017-12-19 11:54:55 +01:00
StorageObjectStore.php Update license headers 2017-11-06 16:56:19 +01:00
Swift.php Merge pull request #8857 from nextcloud/swift-verify-cached-token 2018-03-19 10:10:04 +01:00
SwiftFactory.php generateTokenFromCache is only valid for V3 2018-04-26 20:51:05 +02:00