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

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...

bug

Currently, `-DUSE_OPENSSL` has no effect. In its stead, an undocumented variable – `ENABLE_OPENSSL_ENCRYPTION` – is what gets evaluated to verify if OpenSSL was requested. `ENABLE_OPENSSL_ENCRYPTION` defaults to undefined/OFF, which invariably...

Cmake

* Issue #1888 * *Description of changes:* - Updating Generator Java code - Adding message about REGENERATE_CLIENT removal - Refactor generate_sdks.py - Updating Generator templates for 1.10 This change doesn't...

*Issue #, if available:* This fixes https://github.com/aws/aws-sdk-cpp/issues/1843 More crucially, it removes the current inconsistency between boto3 and the AWS CLI on the one hand and the C++ SDK on the...

### Describe the bug I am using VS2019 to make the libraries and its failing with the error msg: Building Custom Rule D:/Projects/Sdks/aws-sdk-cpp-Source/aws-sdk-cpp/crt/aws-crt-cpp/crt/aws-c-cal/CMakeLists.txt cl : command line error D8016: '/O2'...

bug
needs-triage

### Describe the bug Unable to compile the v1.11 (or even the main branch) CPP SDK source code using VS 2017 and Windows SDK 10.0.22000.0 ### Expected Behavior Expect to...

bug
p3
build-problem

### Describe the bug I am getting the following errors when I am trying to update the SDK for my application from 1.8.x to 1.11.X CMake Error at /usr/share/cmake-3.16/Modules/CMakeFindDependencyMacro.cmake:47 (find_package):...

bug
closing-soon
response-requested
p2
build-problem

### Describe the bug From an OS only environment in Lambda, using the `S3CrtClient` with the new `provided.al2023` runtime, and calling `GetObject` on the client, results in an internal failure:...

bug
p2

### Describe the bug While trying to debug a TLS certificate issue, I found out that the AWS SDK returned poorly informative error messages, such as: ``` OSError: When listing...

feature-request
p3

### Describe the bug I have followed this documentation here for setting up the AWS SDK with C++: https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html However, when I try to compile a cpp file and run...

bug
response-requested
p3