Update dependency aws-sdk-cpp to v1.11.331

This commit is contained in:
Dan Paulat 2024-05-19 21:53:23 -05:00
parent 9f2284eb70
commit a76da1caac
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9629e731155d73abaa8cb4b916d3eb3b5f7e1271 Subproject commit d5eb42fe7c632868d4535b454ee2e5ba0e349b7f

View file

@ -74,7 +74,7 @@ public:
client_ = std::make_shared<Aws::S3::S3Client>( client_ = std::make_shared<Aws::S3::S3Client>(
credentials, credentials,
Aws::MakeShared<Aws::S3::S3EndpointProvider>( Aws::MakeShared<Aws::S3::S3EndpointProvider>(
Aws::S3::S3Client::ALLOCATION_TAG), Aws::S3::S3Client::GetAllocationTag()),
config); config);
} }