Skip to content

Commit

Permalink
Fix build against current aws-sdk-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Dec 14, 2017
1 parent 1ca8e95 commit 5d5b931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/s3-binary-cache-store.cc
Expand Up @@ -87,7 +87,7 @@ S3Helper::S3Helper(const std::string & profile, const std::string & region)
std::make_shared<Aws::Auth::DefaultAWSCredentialsProviderChain>())
: std::dynamic_pointer_cast<Aws::Auth::AWSCredentialsProvider>(
std::make_shared<Aws::Auth::ProfileConfigFileAWSCredentialsProvider>(profile.c_str())),
*config, true, false))
*config, Aws::Client::AWSAuthV4Signer::PayloadSigningPolicy::Never, false))
{
}

Expand Down

0 comments on commit 5d5b931

Please sign in to comment.