aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage/AmazonS3.php
Commit message (Expand)AuthorAgeFilesLines
* feat: add a specialized writeStream implementation for s3 external storageRobin Appelman2024-07-251-0/+21
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+2
* Return correct status if touch failedLouis Chemineau2023-10-231-11/+13
* use multipart copy for s3Robin Appelman2023-09-201-4/+1
* handle more exceptions in AmazonS3::fopenRobin Appelman2023-07-131-1/+1
* Update AmazonS3.phpJames Guo2023-04-061-1/+1
* Support of s3 storage class in External Storage applicationFrançois Ménabé2023-01-121-1/+2
* fix s3 directory copyRobin Appelman2022-11-151-3/+3
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-22/+22
* Additional type hinting found by psalmCarl Schwan2022-10-181-1/+1
* Port away from deprecated clearBucket callCarl Schwan2022-10-161-9/+2
* Port to LoggerInterfaceCarl Schwan2022-10-161-10/+44
* handle AccessDenied error when checking if external s3 support versionsMatthieu Gallien2022-07-281-1/+1
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-16/+12
* Add a public replacement for OC::$server->getCarl Schwan2022-05-101-2/+3
* AmazonS3: allow not implemented versioningErik van Velzen2022-03-151-2/+14
* Use unique combination of hostname/bucket/key for external storagesJulius Härtl2021-11-041-0/+1
* cache versioning enabled statusRobin Appelman2021-10-191-2/+16
* minor directory detect improvementsRobin Appelman2021-10-191-2/+2
* always set Key field in `headObject`Robin Appelman2021-10-151-1/+3
* more reliable hasUpdated for s3Robin Appelman2021-10-151-0/+13
* remove old migration methodRobin Appelman2021-10-151-31/+0
* optimize filetype for s3 directories a bitRobin Appelman2021-10-151-0/+3
* more reliable directory copyRobin Appelman2021-10-151-20/+10
* doesDirectoryExist fixesRobin Appelman2021-10-151-4/+4
* s3 external storage listing reworkRobin Appelman2021-10-151-96/+147
* Revert "Delete S3 versions in rmdir"Vincent Petry2021-10-121-23/+1
* Delete S3 versions in rmdirVincent Petry2021-10-111-1/+23
* Fix folder size contained in S3 bucketsLouis Chemineau2021-08-191-4/+9
* Delete object to cleanup leftover of paths when removing directoriesJulius Härtl2021-08-131-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-2/+7
* 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