summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/S3ObjectTrait.php
Commit message (Expand)AuthorAgeFilesLines
* 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