nextcloud/lib/private/Files/ObjectStore
Morris Jobke 405bbc1c61
Improve mimetype detection for object storages
Object storage instances always fall back to the content based mimetype detection, because the file name for object storage was always random due to the fact that it was temporarily storage in a generated temp file. This patch adds a check before that to make sure to use the original file name for this purpose and also remove possible other extensions like the versioning or part file extension.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-26 16:31:59 +02: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 Improve mimetype detection for object storages 2017-10-26 16:31:59 +02:00
S3.php reuse object read/write/delete logic in s3 implementations 2017-09-18 15:16:27 +02:00
S3ConnectionTrait.php fix path style 2017-09-18 15:16:28 +02:00
S3ObjectTrait.php propagate multipart upload exception when aborting upload 2017-10-17 15:10:58 +02:00
StorageObjectStore.php split testing of objectstoragestorage and objectstore implementations 2016-11-16 15:30:36 +01:00
Swift.php Fix uninitialized variable $this->params 2017-09-11 10:01:12 +02:00