Add an S3-backed binary cache store
This commit is contained in:
@@ -12,8 +12,9 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
LocalBinaryCacheStore(ref<Store> localStore, const Path & binaryCacheDir,
|
||||
const Path & secretKeyFile, const Path & publicKeyFile);
|
||||
LocalBinaryCacheStore(ref<Store> localStore,
|
||||
const Path & secretKeyFile, const Path & publicKeyFile,
|
||||
const Path & binaryCacheDir);
|
||||
|
||||
void init() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user