nextcloud/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 +01:00
..
HomeObjectStoreStorage.php Fix others 2016-07-21 18:13:57 +02:00
Mapper.php Allow setting a maximun number of buckets for multibucket 2016-11-02 21:31:24 +01:00
NoopScanner.php Update with robin 2016-07-21 18:13:58 +02:00
ObjectStoreStorage.php make object prefix configurable 2016-11-14 15:10:56 +01:00
S3.php fopen s3 objects directly to work around unexplainable guzzle bug 2016-11-16 15:30:37 +01:00
S3ConnectionTrait.php split off s3 connection logic 2016-11-16 15:30:36 +01:00
StorageObjectStore.php split testing of objectstoragestorage and objectstore implementations 2016-11-16 15:30:36 +01:00
Swift.php allow using 'bucket' to set the swift container 2016-11-04 14:15:18 +01:00