summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage/AmazonS3.php
Commit message (Expand)AuthorAgeFilesLines
* Use unique combination of hostname/bucket/key for external storagesJulius Härtl2021-11-101-0/+1
* cache versioning enabled statusRobin Appelman2021-10-261-2/+17
* minor directory detect improvementsRobin Appelman2021-10-261-2/+2
* always set Key field in `headObject`Robin Appelman2021-10-261-1/+3
* more reliable hasUpdated for s3Robin Appelman2021-10-261-0/+13
* remove old migration methodRobin Appelman2021-10-261-31/+0
* optimize filetype for s3 directories a bitRobin Appelman2021-10-261-0/+3
* more reliable directory copyRobin Appelman2021-10-261-20/+11
* doesDirectoryExist fixesRobin Appelman2021-10-261-4/+4
* s3 external storage listing reworkRobin Appelman2021-10-261-96/+150
* Delete object to cleanup leftover of paths when removing directoriesJulius Härtl2021-10-111-0/+1
* Fix folder size contained in S3 bucketsLouis Chemineau2021-08-201-4/+9
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Remove the deprecated update.phpChristoph Wurst2020-11-271-1/+1
* Check if array elements exist before using themRoeland Jago Douma2020-10-251-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
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Merge pull request #21734 from nextcloud/external-s3-no-touchMorris Jobke2020-08-201-17/+1
|\
| * disable touch to update mtime for external s3 storageRobin Appelman2020-07-071-17/+1
* | Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl2020-07-071-0/+6
|/
* Remove rescanDelay from directory mtimeJulius Härtl2020-06-221-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