Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-20 | Overhaul store subclassing | John Ericson | |
We embrace virtual the rest of the way, and get rid of the `assert(false)` 0-param constructors. We also list config base classes first, so the constructor order is always: 1. all the configs 2. all the stores Each in the same order | |||
2016-10-06 | Fix getS3Stats() | Eelco Dolstra | |
2016-06-01 | Make the store directory a member variable of Store | Eelco Dolstra | |
2016-05-30 | BinaryCacheStore: Remove buildPaths() / ensurePath() | Eelco Dolstra | |
2016-04-29 | BinaryCacheStore: Make the signing key a parameter | Eelco Dolstra | |
2016-04-21 | Move S3BinaryCacheStore from Hydra | Eelco Dolstra | |
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. |