diff options
author | AmineChikhaoui <amine.chikhaoui91@gmail.com> | 2018-05-07T13·23+0100 |
---|---|---|
committer | AmineChikhaoui <amine.chikhaoui91@gmail.com> | 2018-05-07T13·23+0100 |
commit | 129394fb953475888173de5d8f864de3a2569e0e (patch) | |
tree | 70f9f4c0905d36c37096fec56fb5c48f78d5278e /release-common.nix | |
parent | 80a7b16593951791c4a85053a7cc14fc45260cee (diff) |
Support multi-part uploads for large NARs that exceed the size of
5Gb.
Diffstat (limited to 'release-common.nix')
-rw-r--r-- | release-common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-common.nix b/release-common.nix index 0c12bc7ceb38..d7fb8125f25e 100644 --- a/release-common.nix +++ b/release-common.nix @@ -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; }); |