about summary refs log tree commit diff
path: root/pkgs/build-support/fetchs3
AgeCommit message (Collapse)AuthorFilesLines
2021-03-04treewide: remove stdenv where not neededBen Siraphob1-1/+1
2021-01-27treewide: stdenvNoCC.lib -> libBen Siraphob1-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+0
2018-05-03fetchs3: allow to name the derivation output (#39823)zimbatm1-5/+13
* fetchs3: add configurable name Change the default from "foo" to the basename of the s3 URL and make it configurable. * fetchs3: fix error on missing credentials.session_token The session token should default to null instead of failing * fetchs3: make use of the region argument Set it to null if you don't want to use it * fetchs3: prefer local build Fetcher-types spend more time on network than CPU
2018-01-10treewide: Fetchers should use `stdenvNoCC`.John Ericson1-2/+2
2018-01-09treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson1-1/+1
2017-04-25fetchs3: init simple S3 downloaderDan Peebles1-0/+29