Fix build against current aws-sdk-cpp
This commit is contained in:
		
							parent
							
								
									1ca8e95178
								
							
						
					
					
						commit
						5d5b931fb1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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)) | ||||
| { | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue