nextcloud/lib/private/Files/ObjectStore
Adrian Brzezinski 354c0996d8 It's a fix for issue #14116,
Improves efficiency when downloading files from Swift storage.
Before, files were downloaded and then pushed back to user.
That behaevior causes all kinds of performance problems.

Now, files are streamed directly to user.

Signed-off-by: Adrian Brzezinski <adrian.brzezinski@eo.pl>
2020-04-27 14:16:50 +02:00
..
Azure.php Update license headers 2019-12-05 15:38:45 +01:00
HomeObjectStoreStorage.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Mapper.php Update license headers 2019-12-05 15:38:45 +01:00
NoopScanner.php Add method to storage backends to get directory content with metadata 2020-04-20 15:45:04 +02:00
ObjectStoreStorage.php Format code according to PSR2 2020-04-10 16:56:50 +02:00
S3.php Update license headers 2019-12-05 15:38:45 +01:00
S3ConnectionTrait.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
S3ObjectTrait.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +02:00
S3Signature.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
StorageObjectStore.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +02:00
Swift.php It's a fix for issue #14116, 2020-04-27 14:16:50 +02:00
SwiftFactory.php It's a fix for issue #14116, 2020-04-27 14:16:50 +02:00
SwiftV2CachingAuthService.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00