aws-sdk-cpp icon indicating copy to clipboard operation
aws-sdk-cpp copied to clipboard

AWS SDK for C++

Results 254 aws-sdk-cpp issues
Sort by recently updated
recently updated
newest added

### 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...

pending-release
feature-request
p2

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...

bug
p3
build-problem

**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...

help wanted
feature-request
p3

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...

pending-release
feature-request
p2

### 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...

bug
p2

### 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...

bug
p3

### 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...

bug
closing-soon
response-requested
p2

### 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...

bug
needs-triage

### 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...

breaking-change
feature-request
p2