nextcloud-server/lib/private/Files/ObjectStore
Robin Appelman 3ab160dd5a
fopen s3 objects directly to work around unexplainable guzzle bug
For some reason when a text file started with a valid hex character ([0-9a-f]) it would eat the text untill the first newline
The new code does basically the same thing as guzzle/s3-sdk did only without wrapping everything in a guzzle stream

Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-11-16 15:30:37 +07:00
..
HomeObjectStoreStorage.php
Mapper.php
NoopScanner.php
ObjectStoreStorage.php make object prefix configurable 2016-11-14 15:10:56 +07:00
S3.php fopen s3 objects directly to work around unexplainable guzzle bug 2016-11-16 15:30:37 +07:00
S3ConnectionTrait.php split off s3 connection logic 2016-11-16 15:30:36 +07:00
StorageObjectStore.php split testing of objectstoragestorage and objectstore implementations 2016-11-16 15:30:36 +07:00
Swift.php allow using 'bucket' to set the swift container 2016-11-04 14:15:18 +07:00