nextcloud-server/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
Mapper.php
NoopScanner.php
ObjectStoreStorage.php extend storage api to allow directly writing a stream to storage 2018-10-31 21:10:44 +01:00
S3.php
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
StorageObjectStore.php
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