mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
Fix the S3 store
It was failing with: error: AWS error fetching 'nix-cache-info': The specified bucket does not exist because `S3BinaryCacheStoreImpl` had a `bucketName` field that shadowed the inherited `bucketName from `S3BinaryCacheStoreConfig`.
This commit is contained in:
parent
854346045a
commit
9b5b7b7963
@ -220,8 +220,6 @@ std::string S3BinaryCacheStoreConfig::doc()
|
|||||||
|
|
||||||
struct S3BinaryCacheStoreImpl : virtual S3BinaryCacheStoreConfig, public virtual S3BinaryCacheStore
|
struct S3BinaryCacheStoreImpl : virtual S3BinaryCacheStoreConfig, public virtual S3BinaryCacheStore
|
||||||
{
|
{
|
||||||
std::string bucketName;
|
|
||||||
|
|
||||||
Stats stats;
|
Stats stats;
|
||||||
|
|
||||||
S3Helper s3Helper;
|
S3Helper s3Helper;
|
||||||
|
Loading…
Reference in New Issue
Block a user