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
base: dfe1fdf9e84b
Choose a base ref
...
head repository: NixOS/nix
compare: b421895c1e38
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 22, 2019

  1. Remove superfluous IAM action for S3 cache

    `s3:ListObjects` isn't a real IAM action, but _is_ the name of an S3 API method. `s3:ListBucket` is the relevant action for that method.
    
    https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html
    schlarpc committed Oct 22, 2019
    Copy the full SHA
    c92ea92 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Merge pull request #3161 from schlarpc/patch-1

    Remove superfluous IAM action for S3 cache
    edolstra committed Oct 23, 2019
    Copy the full SHA
    b421895 View commit details
    Browse the repository at this point in the history