Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-28 | Remove putBytes | Eelco Dolstra | |
istream->tellg() returns -1 so we can't get the number of bytes written. Fixes 'uploaded 's3://nix-cache/nar/00819r9lp5kajr6baxfw5dhhc0cx8ndxaz43qmd2f0gn1hk1ynlp.nar.xz' (-1 bytes) in 11620 ms' messages. | |||
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. |