summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage/AmazonS3.php
Commit message (Expand)AuthorAgeFilesLines
* Remove value from cache on delete/clearDaniel Kesselberg2018-10-081-0/+2
* Use helper method for content length and last modifiedDaniel Kesselberg2018-10-011-11/+54
* Reuse information from ListObjects for stat / filetypeDaniel Kesselberg2018-09-301-0/+5
* Merge pull request #8842 from lanxenet/patch-1Morris Jobke2018-05-071-8/+10
|\
| * fix(AmazonS3): fix loop $result['Contents'] errorenoch2018-03-161-8/+10
* | Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-191-2/+2
|/
* Use proper method to log exceptionsMorris Jobke2018-03-121-12/+12
* Merge pull request #8158 from nextcloud/s3-minioRoeland Jago Douma2018-02-191-7/+4
|\
| * Use a more widely available method to test s3 settingsRobin Appelman2018-02-081-7/+4
* | fix invalidating folder cache for s3Robin Appelman2018-01-291-1/+1
* | adjust s3 bulk delete to new sdk syntaxRobin Appelman2018-01-291-6/+11
|/
* Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-1/+0
* Update license headersMorris Jobke2017-11-061-1/+0
* fix undefined constantsRobin Appelman2017-09-181-1/+1
* disable part files for s3 external storageRobin Appelman2017-09-181-0/+4
* add stat cache for s3 external storageRobin Appelman2017-09-181-7/+56
* more efficient is_dirRobin Appelman2017-09-181-0/+10
* more efficient permissions for s3 external storageRobin Appelman2017-09-181-0/+8
* more efficient write only fopenRobin Appelman2017-09-181-1/+9
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-181-35/+14
* update aws sdk and move it to 3rdpartyRobin Appelman2017-09-181-17/+21
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-061-9/+7
* split off s3 connection logicRobin Appelman2016-11-161-100/+8
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-1/+2
* Fix undefined propertiesRobin Appelman2016-07-081-0/+3
* Update license headersLukas Reschke2016-05-261-1/+1
* Move Lib\Storage to PSR-4Joas Schilling2016-05-241-0/+634