aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
*Issue #, if available:* *Description of changes:* *Check all that applies:* - [x] Did a review by yourself. - [x] Added proper tests to cover this PR. (If tests are...
### Describe the bug As https://github.com/aws/aws-sdk-cpp/issues/2609 issue describe , We newly Use vcpkg As cpp-library manager while aws-sdk-cpp updated version from 1.7.108 to 1.11.225, the problem still exsit. We Use...
*Issue #, if available:* *Description of changes:* *Check all that applies:* - [ ] Did a review by yourself. - [ ] Added proper tests to cover this PR. (If...
### Describe the issue S3client runs normally under gcc4.8 in Centos system The gcc12 version runs abnormally in the Debian system, with the exception code line and stack as follows...
### Describe the bug Unable to do getobject when explicit 'Aws::S3Crt::ClientConfiguration::ca_path' is set to default path ### Expected Behavior Get Object should work as expected when ca_path is set explicitly....
### Describe the bug cmake -DBUILD_ONLY="s3" -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=OFF .. make && make install ### Expected Behavior cmake -DBUILD_ONLY="s3" -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=OFF .. make && make install ### Current Behavior cmake -DBUILD_ONLY="s3"...
*Issue #, if available:* *Description of changes:* This PR updates the documentation of `DefaultAWSCredentialsProviderChain` to match the credential sources it uses. https://github.com/aws/aws-sdk-cpp/blob/a95671dc38b2c61a18f5398d1e549278e1fbe440/src/aws-cpp-sdk-core/source/auth/AWSCredentialsProviderChain.cpp#L45-L49 *Check all that applies:* - [X] Did a...
### Describe the bug Aws::S3::S3Client::PutObject leaks memory on Windows. Static funtion `s_handler_shutdown` in `crt/aws-crt-cpp/crt/aws-c-io/source/windows/secure_channel_tls_handler.c` is called during uploading, downloading, listing, deleting, any move related to a network request. However, after...
### Describe the bug Compiling the AWS SDK for Android no longer works for releases after 1.11.337. The build fails during the cURL build step. The previous release (1.11.336) still...
### Describe the bug In the file;: `aws-cpp-sdk-core/source/http/windows/WinHttpSyncHttpClient.cpp` Line 541 (in function OpenRequest): `DWORD requestFlags = request->GetUri().GetScheme() == Scheme::HTTPS && m_verifySSL ? WINHTTP_FLAG_SECURE : 0;` This code passes 0 instead...