Skip to content

Commit 7804f26

Browse files
AWS SDK C++ updated to version 1.11.570 (#57)
1 parent 8c87c35 commit 7804f26

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
AWS_SDK_CPP_MAJOR: 1
1111
AWS_SDK_CPP_MINOR: 11
12-
AWS_SDK_CPP_PATCH: 286
12+
AWS_SDK_CPP_PATCH: 570
1313
BOOST_MAJOR: 1
1414
BOOST_MINOR: 84
1515
BOOST_PATCH: 0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ find_package(Boost 1.84.0 EXACT REQUIRED COMPONENTS url)
7777
find_package(MySQL REQUIRED)
7878

7979
find_package(ZLIB REQUIRED)
80-
find_package(AWSSDK 1.11.286 EXACT REQUIRED COMPONENTS s3-crt)
80+
find_package(AWSSDK 1.11.570 EXACT REQUIRED COMPONENTS s3-crt)
8181

8282
set(source_files
8383
# main application files

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Currently prebuilt binaries are not available.
1919
- [Boost libraries](https://www.boost.org/) 1.84.0 (git version, not the source tarball)
2020
- [MySQL client library](https://dev.mysql.com/doc/c-api/8.0/en/) 8.0.x (`libmysqlclient`)
2121
- [CURL library](https://curl.se/libcurl/) (`libcurl`) 8.6.0+
22-
- [AWS SDK for C++](https://aws.amazon.com/sdk-for-cpp/) 1.11.286
22+
- [AWS SDK for C++](https://aws.amazon.com/sdk-for-cpp/) 1.11.570
2323

2424
#### Instructions
2525

@@ -90,7 +90,7 @@ cmake --install ./boost-build-${BUILD_PRESET}
9090
###### Getting AWS SDK CPP Libraries source
9191

9292
```bash
93-
git clone --recurse-submodules -b 1.11.286 --jobs=8 https://github.com/aws/aws-sdk-cpp
93+
git clone --recurse-submodules -b 1.11.570 --jobs=8 https://github.com/aws/aws-sdk-cpp
9494
cd aws-sdk-cpp
9595
git switch -c required_release
9696
```

0 commit comments

Comments
 (0)