aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
### Describe the bug I am intermittently seeing segmentation fault while calling Aws::S3::S3Client::PutBucketAcl(). The issue was consistent/very frequent when using slightly older release [aws-sdk-cpp-1.9.319]. The issue has become intermittent since...
don't include the ConfigVersion.cmake in Config.cmake as this sets e.g. PACKAGE_VERSION in other projects find_package-ing AWSSDK. Use AWSDK_VERSION for printing the found version instead it is supposed to be. By...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x ] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [x ] I've searched...
### Describe the bug I'm having difficulties using the mentioned sdks together. 1. I'm unable to build the aws sdk using MinGW (As far as I know, MinGW is not...
### Describe the bug I have ran into an issue with 1.9.220 of the aws-sdk-cpp when using the WriteGetObjectResponseRequest and attempting to configure the Content-Type. When setting it . When...
### Describe the bug When I use ``` FIND_PACKAGE(AWSSDK REQUIRED COMPONENTS polly HINTS /aws-install-path NO_CMAKE_FIND_ROOT_PATH) ``` It fails with ``` By not providing "Findaws-cpp-sdk-core.cmake" in CMAKE_MODULE_PATH this [cmake] project has...
### Describe the bug Hi, I'm using S3Client and wish to support FIPS, I've sent to the client constructor the region "us-west-1-fips" and I expect that your client will build...
### Discussed in https://github.com/aws/aws-sdk-cpp/discussions/1944 Originally posted by **IIAwesomeII** June 6, 2022 Hello, I am trying to build for android using this code on windows: > cmake -G "NMake Makefiles" `-DTARGET_ARCH=ANDROID`...
### Describe the bug After about 10 minutes of intensive list, get, put, delete request to a specific bucket we get `curlCode: 6, Couldn't resolve host name.` The client is...
*Issue #, if available:* None *Description of changes:* The current implementation of the CurlHttpClient does not handle DELETE requests that have a body, resulting in an inconsistent behavior between CurlHttpClient...