summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/S3.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39642 from nextcloud/backport/39629/stable27Julius Härtl2023-08-031-1/+1
|\
| * fix(s3): add SSE-C parameters to headObject callTobias Zimmerer2023-07-311-1/+1
* | fix(s3): Pass SSE-C parameters for multipart uploadJulius Härtl2023-07-201-5/+5
|/
* Update lib/private/Files/ObjectStore/S3.phpRsplwe2023-04-031-1/+1
* s3: get remaining truncation partRsplwe2023-04-011-7/+18
* Adjust the value of 'maxparts' to 1000Rsplwe2023-04-011-1/+1
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-081-1/+59
* don't try to get custom certs for s3 primary storageRobin Appelman2022-03-151-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headersChristoph Wurst2019-12-051-1/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-181-49/+1
* update aws sdk and move it to 3rdpartyRobin Appelman2017-09-181-28/+10
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-4/+4
* fopen s3 objects directly to work around unexplainable guzzle bugRobin Appelman2016-11-161-30/+21
* add amazon s3 objectstore backendRobin Appelman2016-11-161-0/+116