From 4c409498c87992d41262b07bc644eac73ccdded3 Mon Sep 17 00:00:00 2001 From: Joe Maley Date: Tue, 10 Nov 2020 09:56:40 -0500 Subject: [PATCH] Bump AWS SDK dot-release This bumps the AWSSDK to the latest dot-release of 1.8 to fix: https://github.com/TileDB-Inc/TileDB-Py/issues/409 --- HISTORY.md | 1 + cmake/Modules/FindAWSSDK_EP.cmake | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b41605160d6..4e2e2922926 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -31,6 +31,7 @@ * Fixed issue with string dimensions and non-set subarray (which implies spanning the whole domain). There was an assertion being triggered. Now it works properly. * Fixed bug when checking the dimension domain for infinity or NaN values. [#1880](https://github.com/TileDB-Inc/TileDB/pull/1880) * Fixed bug with string dimension partitioning. [#1880](https://github.com/TileDB-Inc/TileDB/pull/1880) +* Updated the AWS SDK to v1.8.84 to fix an uncaught exception when using S3 [#1899](https://github.com/TileDB-Inc/TileDB/pull/1899)[TileDB-Py #409](https://github.com/TileDB-Inc/TileDB-Py/issues/409) ## API additions diff --git a/cmake/Modules/FindAWSSDK_EP.cmake b/cmake/Modules/FindAWSSDK_EP.cmake index 0d96cf8a6c3..f6c821203a3 100644 --- a/cmake/Modules/FindAWSSDK_EP.cmake +++ b/cmake/Modules/FindAWSSDK_EP.cmake @@ -96,8 +96,8 @@ if (NOT AWSSDK_FOUND) ExternalProject_Add(ep_awssdk PREFIX "externals" - URL "https://github.com/aws/aws-sdk-cpp/archive/1.8.6.zip" - URL_HASH SHA1=5f4f58adabe2c7a241d49cb3ab2c96962fed1466 + URL "https://github.com/aws/aws-sdk-cpp/archive/1.8.84.zip" + URL_HASH SHA1=e32a53a01c75ca7fdfe9feed9c5bbcedd98708e3 CMAKE_ARGS -DCMAKE_BUILD_TYPE=${AWS_CMAKE_BUILD_TYPE} -DENABLE_TESTING=OFF