summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/S3ObjectTrait.php
Commit message (Expand)AuthorAgeFilesLines
* Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-291-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