Skip to content

Commit

Permalink
Bump AWS SDK dot-release
Browse files Browse the repository at this point in the history
This bumps the AWSSDK to the latest dot-release of 1.8 to fix:
TileDB-Inc/TileDB-Py#409
  • Loading branch information
Joe Maley committed Nov 11, 2020
1 parent a7fd8d6 commit 4c40949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cmake/Modules/FindAWSSDK_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c40949

Please sign in to comment.