aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/s3-binary-cache-store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r--src/libstore/s3-binary-cache-store.cc2
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 06622210c..145a8191c 100644
--- a/src/libstore/s3-binary-cache-store.cc
+++ b/src/libstore/s3-binary-cache-store.cc
@@ -79,7 +79,7 @@ static void initAWS()
S3Helper::S3Helper(const string & region)
: config(makeConfig(region))
- , client(make_ref<Aws::S3::S3Client>(*config))
+ , client(make_ref<Aws::S3::S3Client>(*config, true, false))
{
}