Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 9ff9c3f2f80ba4108e9c945bbfda2c64735f987b
      
https://github.com/NixOS/nix/commit/9ff9c3f2f80ba4108e9c945bbfda2c64735f987b
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M src/libstore/download.cc
    M src/libstore/download.hh
    M src/libstore/s3-binary-cache-store.cc
    A src/libstore/s3.hh
    M src/libutil/logging.hh

  Log Message:
  -----------
  Add support for s3:// URIs

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.


_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to