aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
### Describe the feature Add typedefs `ClientConfigurationType` and `EndpointProviderType` to service client classes. ### Use Case Makes it easier to use template functions to construct service clients while applying shared...
This is a self-contained implementation of the `TransferManager` for s3-crt, taken from working production code. It solves the problem of handling bulk transfers in parallel. The API looks mostly similar...
### Describe the bug I'm building the library in a Dockerfile. I'm getting the following ``` #8 207.1 Value of: hasPendingTasks #8 207.1 Actual: true #8 207.1 Expected: false #8...
**Is your feature request related to a problem? Please describe.** I'd like to parse S3 URI to get region, bucket, etc. **Describe the solution you'd like** A parser API like...
I'm about to commit a PR which improve http client traces for CURL client, and add http client traces for WinHTTP client. I saw you requested to first open a...
### Describe the bug When creating clients and doing requests with the AWS SDK for C++, memory usage on heap grows steadily and heap allocations do still exist even after...
### Describe the bug My compiler shows me a bunch of warnings that I'd like to get fixed. This is just a small list: `aws-cpp-sdk-core/include/aws/core/NoResult.h:29:81: warning: extra ';' after member...
### Describe the bug After upgrading the AWS SDK for C++, performance issues occurred. To confirm the behavior, I created a simple program that PUTs 500 objects of 32MB each...
### Describe the bug I am including this project as a dependency in my C project. Using a cmake build system. When I use the ` Aws::InitAPI(options);` , I see...
### Describe the feature Hi, I'm not a user of aws-sdk-cpp, but I'm tracking the progress of c++20 modules support on https://arewemodulesyet.org/ and this is the issue we are linking...