Fix build against current aws-sdk-cpp

This commit is contained in:
Eelco Dolstra 2017-12-14 16:45:40 +01:00
parent 1ca8e95178
commit 5d5b931fb1

View file

@ -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))
{
}