Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1f64f4c7c83d
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: caf297a9d34b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 14, 2019

  1. docs: fix typo in AllowDirectReads

    It was just missing an `l` but should be fixed anyway.
    andir committed Mar 14, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    codetheweb Max Isom
    Copy the full SHA
    34fade4 View commit details
  2. Merge pull request #2725 from andir/docs/s3-typo

    docs: fix typo in AllowDirectReads
    grahamc authored Mar 14, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    codetheweb Max Isom
    Copy the full SHA
    caf297a View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/manual/packages/s3-substituter.xml
2 changes: 1 addition & 1 deletion doc/manual/packages/s3-substituter.xml
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ the S3 URL:</para>
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AlowDirectReads",
"Sid": "AllowDirectReads",
"Action": [
"s3:GetObject",
"s3:GetBucketLocation"