summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage/AmazonS3.php
Commit message (Expand)AuthorAgeFilesLines
* Check if array elements exist before using themRoeland Jago Douma2020-10-271-1/+7
* Set delimiter so that the CommonPrefixes response can properly be determinedJulius Härtl2020-09-101-1/+2
* fix s3 doesDirectoryExist check for empty directoriesRobin Appelman2020-09-101-1/+1
* Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-2/+8
* Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl2020-08-101-0/+6
* Remove rescanDelay from directory mtimeJulius Härtl2020-06-251-6/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-14/+14
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Remove superfluous fcloseDaniel Kesselberg2019-10-211-1/+0
* Use local variable for directory nameDaniel Kesselberg2019-09-231-2/+3
* Don't strip path from directory prefixDaniel Kesselberg2019-09-231-1/+6
* Fill directory cache from opendirDaniel Kesselberg2019-09-231-1/+3
* Change visibility to private (from protected)Daniel Kesselberg2019-09-231-1/+1
* Rename $location to $pathDaniel Kesselberg2019-09-231-7/+7
* Add method to check if directory existsDaniel Kesselberg2019-09-231-2/+41
* Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg2019-02-141-1/+1
* Prefix $path for filename for internal file cacheDaniel Kesselberg2019-02-141-2/+2
* 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