aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
### Describe the feature AWS_ENDPOINT_URL is now supported by the AWS for custom url (for example localhost). More info about it [docs](https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html) and [original github issue](https://github.com/aws/aws-cli/issues/1270). It was merged into...
### Describe the bug UploadPart randomly times out for a minute with error NETWORK_CONNECTION when we use upload buffer size 10MB. We are using c++ sdk 1.11.60 and we are...
### Describe the bug In an ubuntu22.04 environment, timeouts when concurrent GetItem requests are sent to dynamodb. Here is my code ```cpp #include #include #include #include #include using namespace Aws::DynamoDB::Model;...
### Describe the bug We are not able to generate a presigned url for an S3 object with a version. The "key" parameter is url encoded by S3::Client and we...
### Describe the feature Conan 2.0 just came out, and attempting to install aws-sdk-cpp with it fails indicating 2.0 is not supported. Is there a feature in the works to...
### Describe the bug After switching from 1.8.186 to 1.10.49 my PutObject request started to fail due to “The Conten-MD5 you specified did not match what we received” However, I...
### Describe the bug I receive `MissingAuthenticationTokenException` when trying to get a secret using the SDK(by passing the `AWS_PROFILE` env), but when using the aws cli, I receive the secret(so...
### Describe the feature rate limit for STSAssumeRoleWithWebIdentityRequest, so i want to get longer sessions via STS ### Use Case rate limit for STSAssumeRoleWithWebIdentityRequest, so i want to get longer...
*Issue #, if available:* *Description of changes:* *Check all that applies:* - [x ] Did a review by yourself. - [x ] Added proper tests to cover this PR. (If...
### Describe the bug After an upgrade from 1.9.157 to 1.11.4, the parameter Region became mandatory when trying to connect to a MRAP accesspoint. As described in documentation https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRequests.html >...