From 5d5b931fb178046ba286b8ef2b56a00b3a85c51c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 14 Dec 2017 16:45:40 +0100 Subject: [PATCH] Fix build against current aws-sdk-cpp --- src/libstore/s3-binary-cache-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc index 0079da1be..f5b6a9125 100644 --- a/src/libstore/s3-binary-cache-store.cc +++ b/src/libstore/s3-binary-cache-store.cc @@ -87,7 +87,7 @@ S3Helper::S3Helper(const std::string & profile, const std::string & region) std::make_shared()) : std::dynamic_pointer_cast( std::make_shared(profile.c_str())), - *config, true, false)) + *config, Aws::Client::AWSAuthV4Signer::PayloadSigningPolicy::Never, false)) { }