diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-06-20T13·49+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20T13·49+0200 |
commit | 8884c364ca3925feebc13e23ed9dc2a155bf2ea4 (patch) | |
tree | dab6ff34a8fba98fed206c183734b0252a616a85 | |
parent | 4b214e6e4566a52fa073166d8164b79627eb5601 (diff) | |
parent | 74a65d313f5c9f4d504ea9e2caadfe0ff83776d5 (diff) |
Merge pull request #2963 from backuitist/s3-sdk
Nix uses the CPP SDK, not Java
-rw-r--r-- | doc/manual/packages/s3-substituter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/packages/s3-substituter.xml b/doc/manual/packages/s3-substituter.xml index e7589ffdb034..1722090efecc 100644 --- a/doc/manual/packages/s3-substituter.xml +++ b/doc/manual/packages/s3-substituter.xml @@ -113,7 +113,7 @@ the S3 URL:</para> exactly <uri>s3://example-nix-cache</uri>.</para> <para>Nix will use the <link - xlink:href="https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#credentials-default.">default + xlink:href="https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/credentials.html">default credential provider chain</link> for authenticating requests to Amazon S3.</para> @@ -138,7 +138,7 @@ the S3 URL:</para> be <uri>s3://example-nix-cache</uri>.</para> <para>Nix will use the <link - xlink:href="https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#credentials-default.">default + xlink:href="https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/credentials.html">default credential provider chain</link> for authenticating requests to Amazon S3.</para> |