about summary refs log tree commit diff
path: root/src/libstore/s3-binary-cache-store.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-15 Add a 5 seconds of timeouts to connect to S3.Chaker Benhamed1-0/+1
2018-12-07 s3: make scheme configurableDaiderd Jordan1-4/+8
2018-11-01 Disable the S3 content-encoding patchEelco Dolstra1-1/+4
2018-10-30 Remove redundant messageEelco Dolstra1-2/+0
2018-10-30 S3BinaryCacheStore: Allow disabling multipart uploadsEelco Dolstra1-31/+57
2018-10-30 Fix broken uploadProgressCallback closureEelco Dolstra1-4/+4
2018-09-27 S3BinaryCacheStore: Don't create bucketsEelco Dolstra1-28/+0
2018-08-09 S3BinaryCacheStore: Share TransferManagerEelco Dolstra1-18/+24
2018-08-08 S3BinaryCacheStore: Don't use the transfer status callbackEelco Dolstra1-24/+13
2018-08-06 Fix setting Content-Encoding in S3 uploadsEelco Dolstra1-6/+4
2018-08-06 Fix Brotli decompression in 'nix log'Eelco Dolstra1-4/+2
2018-08-02 s3 binary cache: support specifying an endpointGraham Christensen1-5/+9
2018-06-08 use debug instead of printTalkative to avoid spamming hydra queueAmineChikhaoui1-1/+1
2018-05-30 Make LocalBinaryCacheStore::narFromPath() run in constant memoryEelco Dolstra1-12/+12
2018-05-30 Simplify the callback mechanismEelco Dolstra1-5/+4
2018-05-10 Remove mention of default since we already know the defaultEelco Dolstra1-1/+1
2018-05-07 share the executor between multiple copy threads.AmineChikhaoui1-2/+2
2018-05-07 add a FIXME note to find a way to abort the multipart uploads inAmineChikhaoui1-2/+2
2018-05-07 Support multi-part uploads for large NARs that exceed the size ofAmineChikhaoui1-16/+64
2017-12-22 Check aws-sdk-cpp versionEelco Dolstra1-1/+9
2017-12-14 Fix build against current aws-sdk-cppEelco Dolstra1-1/+1
2017-11-15 Add a "profile" option to S3BinaryCacheStoreEelco Dolstra1-3/+12
2017-11-03 Don't freak out if we get a 403 from S3Daniel Peebles1-2/+2
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-12/+12
2017-06-19 Disable use of virtual hosting in aws-sdk-cppEelco Dolstra1-1/+1
2017-06-19 Support creating S3 caches in other regions than us-east-1Eelco Dolstra1-4/+10
2017-06-19 Handle S3Errors::RESOURCE_NOT_FOUND from aws-sdk-cppEelco Dolstra1-2/+4
2017-06-19 Suppress "will retry in N ms" for non-retriable errorsEelco Dolstra1-5/+6
2017-06-19 Show aws-sdk-cpp log messagesEelco Dolstra1-0/+22
2017-06-14 Remove redundant debug lineEelco Dolstra1-2/+0
2017-04-13 Add a Config class to simplify adding configuration settingsEelco Dolstra1-6/+6
2017-03-21 Move istringstream_nocopy to a separate fileEelco Dolstra1-0/+1
2017-03-20 Merge branch 'darwin-s3-binary-cache-store' of https://github.com/shlevy/nixEelco Dolstra1-13/+0
2017-03-15 More precise compression settingsEelco Dolstra1-5/+8
2017-03-15 Compress NAR listings using the "text-compression" methodEelco Dolstra1-2/+2
2017-03-15 S3BinaryCacheStore: Set Content-TypeEelco Dolstra1-5/+9
2017-03-15 S3BinaryCacheStore: Support compression of narinfo and log filesEelco Dolstra1-3/+25
2017-03-12 Merge branch 'configurable-aws-region'Shea Levy1-4/+5
2017-03-06 Properly set the caFile for aws-sdk-cpp s3Shea Levy1-0/+1
2017-03-06 istringstream_nocopy: Implement in a standards-compliant way.Shea Levy1-13/+0
2017-03-03 Add aws-region param to S3 store URLsShea Levy1-4/+5
2017-02-21 Log AWS retriesEelco Dolstra1-0/+14
2017-02-14 Add support for s3:// URIsEelco Dolstra1-61/+80
2017-02-08 Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen1-2/+0
2016-12-22 Call Aws::InitAPIEelco Dolstra1-1/+17
2016-12-08 S3BinaryCacheStore: Ensure it only builds on LinuxEelco Dolstra1-0/+2
2016-12-08 Fix S3BinaryCacheStoreEelco Dolstra1-0/+9
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-11/+11
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-11/+11
2016-11-16 S3BinaryCacheStore:: Eliminate a string copy while uploadingEelco Dolstra1-1/+1