diff options
author | Gregor Kleen <20089782+gkleen@users.noreply.github.com> | 2021-09-17 10:45:19 +0200 |
---|---|---|
committer | Gregor Kleen <20089782+gkleen@users.noreply.github.com> | 2021-09-17 10:45:19 +0200 |
commit | fd67a0f927ec0711eba59714939ff939fc95db38 (patch) | |
tree | 6e0316c0573744c188ad045b3995cff562e908bf /src/libstore/s3-binary-cache-store.cc | |
parent | 37cc50f2c88b50086a1a8ed20631d1427d445b7e (diff) |
Fix scheme argument to s3 cache
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r-- | src/libstore/s3-binary-cache-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc index 6bfbee044..51d86c4e6 100644 --- a/src/libstore/s3-binary-cache-store.cc +++ b/src/libstore/s3-binary-cache-store.cc @@ -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) |