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