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 bug Hello, I'm trying a simple S3 PUT of an object of size 1MB. Through some reading of the code, I found that the sdk reads the...

bug
p1

### Describe the bug When using aws-sdk-cpp to subscribe to a Kinesis stream with enhanced fanout via the SubscribeToShard() method, the SetEventStreamHandler() callback is invoked with noticeable delays, and data...

bug
p3

*Issue #, if available:* https://github.com/aws/aws-sdk-cpp/issues/3143 *Description of changes:* fix parameter order for GeneralHTTPCredentialsProvider *Check all that applies:* - [x] Did a review by yourself. - [x] Added proper tests to...

### Describe the bug Setting ClientConfiguration.scheme=HTTP and then PutObject, underlying connection is still using HTTPS endpoint. ### Expected Behavior According to the [manual ](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/client-config.html), setting ClientConfiguration.scheme = HTTP to specify...

bug
p2

### Describe the bug We've had the SDK working with our app fine, but we've recently added FIPS support to OpenSSL. When we run our app and it initialises the...

bug
p2

### Describe the bug When subclassing from Aws::Http::CurlHttpClient and overriding OverrideOptionsOnConnectionHandle, if this method throws an exception: * The exception is propagated outside the call (so superficially it seems to...

bug
needs-triage

*Issue #, if available:* *Description of changes:* This PR updates the constructor of `STSAssumeRoleWebIdentityCredentialsProvider` to accept an optional `ClientConfiguration` parameter. Also the provider no longer tries to determine itself the...

### Describe the bug [Despite the claims in documentation](https://docs.aws.amazon.com/sdkref/latest/guide/feature-compression.html) aws sdk doesn't perform gzip compression under any circumstances ### Expected Behavior So, it is expected that sdk will compress request...

bug
p2

Can someone explain how this retry strategy works, i configured timeout configs to 100ms and retry strategy to NO_RETRY. But still i am seeing requests are not getting cancelled and...

bug
investigating
p2

### Describe the bug We are running a service where we read data from s3 parallelly(multithreading), one day we saw all the threads are still running as head response from...

bug
p2