Merge pull request #11239 from NixOS/backport-11237-to-2.24-maintenance

[Backport 2.24-maintenance] Fix the S3 store
This commit is contained in:
Eelco Dolstra 2024-08-01 17:56:18 +02:00 committed by GitHub
commit 2382a52c84
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;