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

*Issue #, if available:* https://github.com/aws/aws-sdk-cpp/issues/2363 *Description of changes:* *Check all that applies:* - [ ] Did a review by yourself. - [ ] Added proper tests to cover this PR....

*Issue #, if available:* *Description of changes:* *Check all that applies:* - [ ] Did a review by yourself. - [ ] Added proper tests to cover this PR. (If...

### Discussed in https://github.com/aws/aws-sdk-cpp/discussions/2926 Originally posted by **vbrajyaguru** April 15, 2024 Hello, I'm looking for a way to disable content verification on uploads. I'm using `PutObjectRequest` and set `ChecksumAlgorithm::NOT_SET` but...

feature-request
p3

*Issue #, if available:* After installing curl's feature c-ares on arm64-osx, there will be a problem that c-ares cannot be linked when installing aws-sdk-cpp[core,s3,transfer]. You can also refer to the...

*Issue #, if available:* WinHttp client wrapper always logs an error about keep-alive *Description of changes:* Set keep-alive according to the MSFT docs; various logging updates *Check all that applies:*...

### Describe the bug https://github.com/aws/aws-sdk-cpp/blob/e9d0d247be909ade39f213a3e2915aa262755a78/src/aws-cpp-sdk-core/source/auth/STSCredentialsProvider.cpp#L110 The SDK Client Configuration allows user to set [caPath and caFIle](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/client-config.html) but STS authentication doesn't use/respect the setting ### Expected Behavior All authentication respects caPath...

bug
p2

### Describe the bug When building for arm32 those libs do not build: ``` # ec2;\ # ec2-instance-connect;\ # polly-sample;\ # ssm;\ # ssm-contacts;\ # ssm-incidents;\ # ssm-sap;\ # sagemaker;\...

bug
p2
build-problem

### Describe the feature I am trying write an application to continuously upload large data (multipart uploads) to Amazon's S3 Storage. However, my application needs to be able to shut...

feature-request
p2

I am working on a desktop application which uses AWS-SDK-CPP on windows and encountered an awkward behavior because I am not getting the correct result for the named profile. The...

bug
p2

### Describe the bug Currently it is impossible to implement custom logging for CRT libraries by creating your own logger derived from the `Aws::Utils::Logging::CRTLogSystemInterface`. This is despite the equivalent functionality...

bug
dependencies
p2