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

### Describe the bug My team noticed a performance / "liveness" bug when using the PooledThreadExecutor to handle lots of requests to S3. Our repro is reliable, but unfortunately too...

bug
pending-release
p2

### Describe the issue I read the documentation (https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/client-config.html) and it says that I can specify the TCP socket buffer size hint, but I didn't find the related function in...

documentation
p2

### Describe the bug After updating aws-sdk-cpp from version 1.9.212 to 1.11.189 we experienced very strange failures during initialization of an TLS capable HTTP server (httplib::SSLServer, https://github.com/yhirose/cpp-httplib). What we found...

bug
p2
Cmake

*Issue #, if available:* 2744 *Description of changes:* Ensures that `ThreadTask` holds the `PooledThreadExecutor`'s mutex between when it sees that the `m_executor` does not have any tasks, and when it...

### Describe the bug I am building aws-sdk-cpp as a static library linked to my application with the following cmake flags: `-DBUILD_ONLY=s3 -DENABLE_TESTING=OFF -DBUILD_SHARED_LIBS=OFF` I am using the SDK to...

bug
p2

### Describe the feature Current implementation of tracing creates a span context from opentelemetry::context::RuntimeContext::GetCurrent() This is a thread_local stack of previous span context. When getting an object through the transfer...

feature-request
p3

### Describe the bug On Windows 10 the S3Crt client will not send requests when SSL is enabled. The issue lies where the system is not processing certificates specifically in...

bug
investigating
p2

### Describe the bug I am using [distributed](https://distributed.dask.org) and [pyarrow](https://arrow.apache.org/docs/python/index.html), which links to this SDK for s3 file access. Using version 1.11.156, I see (intermittently, so a race condition of...

bug
p2

### Describe the bug Let me first start off by stating that I don't think this is a bug, but I'm missing steps to fix something. The code that I...

bug
p3
build-problem

### Describe the feature Provide a mechanism to prevent the sdk from breaking when `InitAPI` gets called when it has already been initialized. Related issues/discussions: - https://github.com/aws/aws-sdk-cpp/discussions/2406 - https://github.com/aws/aws-sdk-cpp/issues/456 ###...

feature-request
p2