1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

Support multi-part uploads for large NARs that exceed the size of

5Gb.
This commit is contained in:
AmineChikhaoui 2018-05-07 14:23:51 +01:00
parent 80a7b16593
commit 129394fb95
No known key found for this signature in database
GPG key ID: C0C8C84C15BCCD1C
3 changed files with 68 additions and 20 deletions

View file

@ -61,7 +61,7 @@ rec {
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
++ lib.optional (stdenv.isLinux || stdenv.isDarwin)
(aws-sdk-cpp.override {
apis = ["s3"];
apis = ["s3" "transfer"];
customMemoryManagement = false;
});