aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
The StartTranscriptionJobAsync callback is called only once and the response status is IN PROGRESS
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...
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...
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...
- [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...
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...
*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...
### 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...
### 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...
### 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...