aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.98k stars 1.06k forks source link

Support curl versions before 7.55.0. #2775

Closed kjurka closed 11 months ago

kjurka commented 11 months ago

https://github.com/aws/aws-sdk-cpp/commit/1a4150c6b17b6da970cdc6d538899aee1ac95415 modified code to use new CURLINFO enum values that were added in curl 7.55.0. We're still using centos 7 which has curl 7.29.0.

sbiscigl commented 11 months ago

merged, sorry for that miss, thanks for the contribution!