Merge pull request #11237 from DeterminateSystems/fix-s3-store

Fix the S3 store
This commit is contained in:
Eelco Dolstra 2024-08-01 17:46:29 +02:00 committed by GitHub
commit 838b666a80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -220,8 +220,6 @@ std::string S3BinaryCacheStoreConfig::doc()
struct S3BinaryCacheStoreImpl : virtual S3BinaryCacheStoreConfig, public virtual S3BinaryCacheStore
{
std::string bucketName;
Stats stats;
S3Helper s3Helper;