summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/S3ConnectionTrait.php
Commit message (Expand)AuthorAgeFilesLines
* fix(s3): fix handling verify_bucket_exists parameterThomas Citharel2023-08-311-1/+1
* feat(s3): Add option to specify an SSE-C customer provided keyJulius Härtl2023-01-241-0/+30
* Manage s3 storage class in objectstoreFrançois Ménabé2023-01-121-0/+4
* Merge branch 'master' into patch-2Jasper Weyne2022-08-111-12/+19
|\
| * only use nextcloud bundle when explicitly enabledRobin Appelman2022-07-051-9/+14
| * also use nextcloud certificate bundle when downloading from s3Robin Appelman2022-07-051-10/+12
* | Disable ~/.aws/config access by S3ConnectionTraitJasper Weyne2022-06-071-0/+2
|/
* Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-261-6/+5
* don't try to get custom certs for s3 primary storageRobin Appelman2022-03-151-3/+9
* use the nextcloud certificate bundle for s3Robin Appelman2022-03-141-1/+6
* Make max size for single put uploads configurableJulius Härtl2021-12-291-0/+4
* Fix php-cs for S3ConnectionTrait.phpJulius Härtl2021-12-211-1/+0
* Simplify S3ConnectionTrait to defaultProvider plus optionStephen Cuppett2021-11-221-6/+2
* Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-201-3/+3
* Merge pull request #26463 from Worteks/fix-s3proxyJulius Härtl2021-07-141-2/+10
|\
| * fix(proxy): use accessorMaxime Besson2021-06-301-2/+2
| * fix(proxy): reaching s3 storage behind some http proxySamuel2021-04-091-1/+9
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* | Avoid reading ~/.aws/config when using S3 providerFlorent2021-05-201-0/+1
|/
* Merge pull request #24700 from Imajie/s3-credsRoeland Jago Douma2021-02-021-1/+5
|\
| * Fix failing testsJames Letendre2020-12-151-1/+1
| * Add web identity provider to S3 connection chainJames Letendre2020-12-151-13/+4
| * Replace defaultProvider with explicit calls to exclude user home directory lo...James Letendre2020-12-141-1/+15
| * Resolves #24699, Support ES2 and ECS instance providers for S3 bucketsJames Letendre2020-12-141-2/+1
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
|/
* Allow config to specify the bucket existsRoeland Jago Douma2020-11-061-1/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Resolves #19790, Provides Support for IAM CredentialsStephen Cuppett2020-08-201-6/+38
* Fix static method call for s3 bucket compat checkChristoph Wurst2020-07-031-2/+2
* Disable Client-Side Monitoring on AWS storageChristoph Wurst2020-06-151-2/+3
* Upload part size as S3 parameter instead of constant valueFlorent2020-06-091-0/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* add method to get bucket name from s3 storageRobin Appelman2019-05-241-1/+4
* Bucket name - Alert in debug modeS. Cat2019-03-011-1/+1
* Correct code indentS. Cat2019-03-011-5/+5
* Warning on S3 not compatible DNS bucket nameS. Cat2019-03-011-4/+11
* Dont check Bucket Name in NextcloudSebastien Cat2019-03-011-4/+0
* Fix listing s3 objects when using google cloud aws compatibilityRobin Appelman2018-06-111-0/+5
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Add more logging for the object storage during creation of the bucketsMorris Jobke2018-04-051-3/+5
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+5
* add option to use legacy v2 auth with s3Robin Appelman2017-12-191-1/+16
* Change @georgehrke's emailMorris Jobke2017-11-061-0/+1
* Merge pull request #7083 from nextcloud/update-license-headersMorris Jobke2017-11-061-0/+2
|\
| * Update license headersMorris Jobke2017-11-061-0/+2
* | Better error message for invalid bucket namesMorris Jobke2017-11-061-2/+2
|/
* fix path styleRobin Appelman2017-09-181-3/+1