summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/S3ObjectTrait.php
Commit message (Expand)AuthorAgeFilesLines
* add utility command for object store objectsRobin Appelman2023-07-041-1/+5
* feat(s3): Add option to specify an SSE-C customer provided keyJulius Härtl2023-01-241-5/+8
* Manage s3 storage class in objectstoreFrançois Ménabé2023-01-121-1/+3
* compare cached filesize on downloadMaxence Lange2022-12-011-1/+3
* Avoid allocating too much memory for the bufferJulius Härtl2022-10-111-1/+1
* don't set `null` as a bundle pathRobin Appelman2022-07-271-3/+6
* only use nextcloud bundle when explicitly enabledRobin Appelman2022-07-051-1/+1
* also use nextcloud certificate bundle when downloading from s3Robin Appelman2022-07-051-0/+5
* Wrap S3 multipart upload exceptionLouis Chemineau2022-02-161-1/+1
* Wrap S3 multipart upload exceptionLouis Chemineau2022-02-151-1/+1
* Make max size for single put uploads configurableJulius Härtl2021-12-291-2/+2
* s3 external storage listing reworkRobin Appelman2021-10-151-1/+1
* Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-201-17/+58
* Merge pull request #26463 from Worteks/fix-s3proxyJulius Härtl2021-07-141-0/+5
|\
| * fix(proxy): reaching s3 storage behind some http proxyMaxime Besson2021-04-091-4/+4
| * fix(proxy): reaching s3 storage behind some http proxySamuel2021-04-091-1/+6
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* | set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-1/+5
|/
* remove explicit fclose from S3->writeStreamRobin Appelman2021-03-111-2/+0
* use in objectstore copyRobin Appelman2020-11-241-0/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Upload part size as S3 parameter instead of constant valueFlorent2020-06-091-3/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* make seekable s3 stream genericRobin Appelman2020-04-011-11/+25
* Enable fseek for files in S3 storageLukas Stabe2020-04-011-19/+8
* Update license headersChristoph Wurst2019-12-051-1/+3
* Fix typo in commentMorris Jobke2019-07-291-1/+1
* Use HTTP1.1 to read S3 objectsRoeland Jago Douma2019-07-101-0/+1
* Fix empty file uploads to S3Roeland Jago Douma2019-02-151-2/+23
* always use multipart uploader for s3 uploadsRobin Appelman2019-01-281-2/+5
* Add objectExists to objectstore interfaceRobin Appelman2018-12-121-0/+4
* Remove unused import statementsMorris Jobke2018-02-141-3/+0
* Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-241-43/+2
* Fix contructing headers for s3 downloadRobin Appelman2017-11-081-1/+7
* Update license headersMorris Jobke2017-11-061-0/+2
* use fopen directly when reading objects from s3Robin Appelman2017-10-271-5/+8
* propagate multipart upload exception when aborting uploadRobin Appelman2017-10-171-0/+1
* set s3 part size to 500mbRobin Appelman2017-10-111-1/+3
* Add tests for multipart uploadRobin Appelman2017-09-211-2/+2
* only do multipart upload for large filesRobin Appelman2017-09-211-0/+24
* multipart upload for s3 object storageRobin Appelman2017-09-201-5/+22
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-181-0/+82