Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use S3Client::upload instead of splitting single/multipart upload ourselves | Robin Appelman | 2018-01-29 | 1 | -43/+2 |
* | Fix contructing headers for s3 download | Robin Appelman | 2017-11-08 | 1 | -1/+7 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | use fopen directly when reading objects from s3 | Robin Appelman | 2017-10-27 | 1 | -5/+8 |
* | propagate multipart upload exception when aborting upload | Robin Appelman | 2017-10-17 | 1 | -0/+1 |
* | set s3 part size to 500mb | Robin Appelman | 2017-10-11 | 1 | -1/+3 |
* | Add tests for multipart upload | Robin Appelman | 2017-09-21 | 1 | -2/+2 |
* | only do multipart upload for large files | Robin Appelman | 2017-09-21 | 1 | -0/+24 |
* | multipart upload for s3 object storage | Robin Appelman | 2017-09-20 | 1 | -5/+22 |
* | reuse object read/write/delete logic in s3 implementations | Robin Appelman | 2017-09-18 | 1 | -0/+82 |