Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-06 | Fix getS3Stats() | Eelco Dolstra | 1 | -1/+1 | |
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | 1 | -1/+1 | |
2016-05-30 | BinaryCacheStore: Remove buildPaths() / ensurePath() | Eelco Dolstra | 1 | -3/+2 | |
2016-04-29 | BinaryCacheStore: Make the signing key a parameter | Eelco Dolstra | 1 | -2/+2 | |
2016-04-21 | Move S3BinaryCacheStore from Hydra | Eelco Dolstra | 1 | -0/+34 | |
This allows running arbitrary Nix commands against an S3 binary cache. To do: make this a compile time option to prevent a dependency on aws-sdk-cpp. |