Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-03 | Add aws-region param to S3 store URLs | Shea Levy | |
2017-02-14 | Add support for s3:// URIs | Eelco Dolstra | |
This adds support for s3:// URIs in all places where Nix allows URIs, e.g. in builtins.fetchurl, builtins.fetchTarball, <nix/fetchurl.nix> and NIX_PATH. It allows fetching resources from private S3 buckets, using credentials obtained from the standard places (i.e. AWS_* environment variables, ~/.aws/credentials and the EC2 metadata server). This may not be super-useful in general, but since we already depend on aws-sdk-cpp, it's a cheap feature to add. |