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

View file

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