Merge pull request #5266 from gkleen/fix/s3-cache-scheme

Fix scheme query parameter for s3 cache
This commit is contained in:
Eelco Dolstra 2021-09-20 12:16:53 +02:00 committed by GitHub
commit 2933d3c588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)