summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore
Commit message (Expand)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-066-0/+11
* Merge pull request #6958 from nextcloud/improved-mimetype-detection-for-objec...Joas Schilling2017-11-011-1/+9
|\
| * Improve mimetype detection for object storagesMorris Jobke2017-10-261-1/+9
* | use fopen directly when reading objects from s3Robin Appelman2017-10-271-5/+8
|/
* propagate multipart upload exception when aborting uploadRobin Appelman2017-10-171-0/+1
* set s3 part size to 500mbRobin Appelman2017-10-111-1/+3
* Add tests for multipart uploadRobin Appelman2017-09-211-2/+2
* only do multipart upload for large filesRobin Appelman2017-09-211-0/+24
* multipart upload for s3 object storageRobin Appelman2017-09-201-5/+22
* fix path styleRobin Appelman2017-09-181-3/+1
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-182-49/+83
* update aws sdk and move it to 3rdpartyRobin Appelman2017-09-182-41/+21
* Fix uninitialized variable $this->paramsWilliam Pain2017-09-111-2/+2
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-4/+4
* improved logging of objectore errorsRobin Appelman2017-06-211-5/+21
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* serialize the token to json instead of using php's serializeRobin Appelman2017-03-281-10/+36
* cache swift tokens in memcacheRobin Appelman2017-03-281-10/+36
* better error messages for invalid regions, urltypes and service namesRobin Appelman2017-03-281-4/+63
* better error messages when swift authentication failsRobin Appelman2017-03-281-1/+17
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-061-15/+6
* fopen s3 objects directly to work around unexplainable guzzle bugRobin Appelman2016-11-161-30/+21
* add amazon s3 objectstore backendRobin Appelman2016-11-161-0/+116
* split testing of objectstoragestorage and objectstore implementationsRobin Appelman2016-11-161-0/+90
* split off s3 connection logicRobin Appelman2016-11-161-0/+124
* make object prefix configurableJörn Friedrich Dreyer2016-11-141-1/+6
* allow using 'bucket' to set the swift containerRobin Appelman2016-11-041-0/+4
* Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-021-3/+5
* Update with robinJoas Schilling2016-07-213-3/+3
* Fix othersJoas Schilling2016-07-215-8/+13
* Update license headersLukas Reschke2016-05-261-1/+1
* Allow multibucket in objectstoreRoeland Jago Douma2016-05-231-0/+52
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-244-0/+708