aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
### 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...
### 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...
*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...
### 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...
### 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...
*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...
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...
### 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...