forked from lix-project/lix
Fix scheme argument to s3 cache
This commit is contained in:
parent
37cc50f2c8
commit
fd67a0f927
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue