aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
*Description of changes:* This PR updates the exported config file to call `find_dependency(CURL)` if the Curl client had been enabled when building the SDK. *Check all that applies:* - [X]...
### Describe the bug I successfully built the sdk (version 1.11.342) on Ubuntu 20.04 (focal) and 22.04 (jammy) for amd64, arm64 and armhf. When I link against the SDK, it...
*Issue #, if available:* N/A *Description of changes:* remove `DoUploadFile` and move the few lines of code into `UploadFile` functions are redundant so removing the extra step will make the...
### Describe the bug In the aws-sdk-cpp-1.11.323 version, `curlcode: 35 ssl connect error` occurred while verifying a small demo, and verifySSL was disabled. Here is the demo code: ![截屏2024-06-07 10...
### Describe the bug I am working on bazel build rules for some aws sdk libraries; bazel is more strict about includes than cmake. These files are missing includes, which...
### Describe the bug Below mentioned s3 crt client configs we set. ``` Aws::S3Crt::S3CrtClient *s3_crt_client; Aws::S3Crt::Model::GetObjectRequest object_request; Aws::SDKOptions options; Aws::InitAPI(options); Aws::S3Crt::ClientConfiguration config; config.throughputTargetGbps = 1; config.partSize = 10*1024*1024; config.httpRequestTimeoutMs =...
*Issue #, if available:* https://github.com/aws/aws-sdk-cpp/issues/3002 *Description of changes:* add missing includes required by bazel *Check all that applies:* - [x] Did a review by yourself. - [ ] Added proper...
### Describe the bug I wrote a client that uses the Lambda component to invoke functions asynchronously. I created my own callback, and it seemed to work pretty well. However,...
### Describe the bug When building the SDK in debug mode with cmake, it generates the .pdb files alongside the dlls in the build/src folder But when installing, the pdb...
*Issue #, if available:* *Description of changes:* *Check all that applies:* - [x] Did a review by yourself. - [ ] Added proper tests to cover this PR. (If tests...