aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
### Describe the bug Creating an instance of `Aws::Client::ClientConfiguration` causes `Failed setting TCP keep-alive interval with error code: 12018` warning message when `region` is fetched from the EC2 Instance Metadata...
### Describe the bug I want to uploada big file. So I wanted to up the partSize of my s3crtclient Configuration. But, it seems the RAM consumption of my process...
*Issue #, if available:* *Description of changes:* This PR adds a constructor overload to `SSOCredentialsProvider` that allows passing a pointer to a `ClientConfiguration` object. This is necessary for scenarios like...
### Describe the bug Experiencing ExpiredToken error message intermittently. We are using IMDSv2 with S3Client caching. We maintain a pool of 100 S3Clients and reuse them. The http error code...
### Describe the bug Hi I’m trying to compile cpp SDK on widows with CURL to get transcribe api to work with http2. I’m following this documentation: https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/setup-windows.html I have...
### Describe the bug When i do s3 object writing. open the logger, it output something i don't expect: ``` [2023-03-03 03:07:43.722] [info] AwsSdk | *Debug* (HeaderIn) x-amz-request-id: 74YE1D4KDD18G374 [2023-03-03...
### Describe the bug When building pyarrow against aws-sdk-cpp 1.9.375, we get a spurious error when importing unrelated code, and on non-AWS hardware: ``` import: 'pyarrow.parquet' [FATAL] 2022-11-08 00:12:43.210 WinHttpSyncHttpClient...
### Describe the feature official support for Unreal engine for use with aws-sdk-cpp Related issues/discussions: - https://github.com/aws/aws-sdk-cpp/issues/2359 - https://github.com/aws/aws-sdk-cpp/issues/2120 - https://github.com/aws/aws-sdk-cpp/issues/1682 - https://github.com/aws/aws-sdk-cpp/discussions/2168 - https://github.com/aws/aws-sdk-cpp/discussions/2302 - https://github.com/aws/aws-sdk-cpp/discussions/2001 - https://github.com/aws/aws-sdk-cpp/issues/678 -...
### Describe the bug The bug manifests as undefined references to specific functions in the AWS SDK during the linking stage of your project build. ### Expected Behavior I expect...
*Issue #, if available:* *Description of changes:* This PR enhances `STSProfileCredentialsProvider` to support reading `external_id` values from config files and if provided, supply them to the `AssumeRole` operation. Let me...