Fix scheme argument to s3 cache

This commit is contained in:
Gregor Kleen 2021-09-17 10:45:19 +02:00
parent 37cc50f2c8
commit fd67a0f927

View file

@ -209,7 +209,7 @@ struct S3BinaryCacheStoreImpl : virtual S3BinaryCacheStoreConfig, public virtual
S3Helper s3Helper;
S3BinaryCacheStoreImpl(
const std::string & scheme,
const std::string & uriScheme,
const std::string & bucketName,
const Params & params)
: StoreConfig(params)