Back to Turicreate

AWS CPP SDK

src/external/aws-sdk-cpp/README.md

6.4.1954 B
Original Source

AWS CPP SDK


[AWS CPP SDK][1] version

corresponding folders are aws-cpp-sdk-[core,s3]

The version is 1.7.134, which is the latest version (c9d2aeb1c)

If you upgrade the SDK, you should also modify the compile definitions,

Cmake
target_compile_definitions(aws-cpp-sdk PRIVATE -DAWS_SDK_VERSION_MAJOR=1)
target_compile_definitions(aws-cpp-sdk PRIVATE -DAWS_SDK_VERSION_MINOR=7)
target_compile_definitions(aws-cpp-sdk PRIVATE -DAWS_SDK_VERSION_PATCH=143)

AWS Stream Event Version

[v0.1.4][2] (32713d3)


[AWS C Common][3] Version

v0.4.33

AWS Checksums Version

v0.1.5

[1] : https://github.com/aws/aws-sdk-cpp [2] : https://github.com/awslabs/aws-c-event-stream/releases/tag/v0.1.4 [3] : https://github.com/awslabs/aws-c-common