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

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [x] I've searched for [previous...

bug

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [X] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [X] I've searched for [previous...

bug
help wanted

The KMS Client's `GenerateDataKey` API fails when using a string containing a null byte (specifically the first byte of the string) used as the encryption context. Below is an example...

bug
help wanted
automation-exempt

- [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [x] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-cpp/issues) and didn't find any solution **Describe the bug** SDK Shutdown segfaults and...

bug

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [ x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [x ] I've searched...

bug
needs-review

*Issue #1569 * *Description of changes: Refreshing credentials before they expire in STSCredentialsProvider* *Check all that applies:* - [x] Did a review by yourself. - [ ] Added proper tests...

**Is your feature request related to a problem? Please describe.** We run a production system that uses STS tokens to communicate with AWS. Couple of times daily we get an...

pending-release
feature-request

### Describe the bug Put/GetObjectAsync calls aws_s3_client_make_meta_request() which eventually ends up in a call to getaddrinfo(). _hostname_cstr_ containes both the host and port and cannot be resolved. https://github.com/awslabs/aws-c-io/blob/e538d31d458e25918eed892a998c697386f7800e/source/posix/host_resolver.c#L43 ### Expected...

feature-request

### Describe the bug I have noticed that the AWS CPP SDK does not maintain HTTP keepalive with services when the service responds with a HTTP 4xx or 5xx status...

feature-request
p2

### Describe the bug If you block a region via AWS Control Tower, any operation (EBS, EC2, RDS) will return UnauthorizedOperation error. This error can not be handled in a...

bug
needs-reproduction
p2