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 When the CRT library is built as a shared object, applications fail to link against the SDK using pkgconfig because the `aws-cpp-sdk-core.pc` file doesn't include a...

bug
p2
Cmake

*Issue #, if available:* n/a *Description of changes:* Use https://curl.se/libcurl/c/libcurl-multi.html instead of curl_easy_perform. *Check all that applies:* - [ ] Did a review by yourself. - [ ] Added proper...

### Describe the bug An application that uses the static libraries of AWS and Curl is built with errors on Windows. ### Expected Behavior An application that uses the static...

bug
p3
Cmake

### Describe the bug When I upload files to Amazon S3 with sdk, their "Cache-Control" in metadata section is always set to "no-cache" even if I didn't set it. I...

guidance
p3

### Describe the bug The crash is observed when `Aws::S3Crt::ClientConfiguration.ca_file` is set to ca certs dir path. ### Expected Behavior It should not crash and work as below - Should...

bug
closing-soon
response-requested
p2

### Describe the bug To change the "max_retries" of the number of retries from 5, I set retryStrategy in Aws::S3Crt::ClientConfiguration and passed it to a new instance of Aws::S3Crt::S3CrtClient. However,...

feature-request
p2

### Describe the bug In latest AWS CPP SDK, we are getting compilation error for utils/Array.h .. error states that "call of overloaded unique_ptr(int) is ambiguous " Whether this SDK...

bug
p2

### Problem Description The `ClientConfiguration` and its sub-classes allow disabling IMDS lookup in all but the default constructor: ```c++ struct AWS_CORE_API ClientConfiguration { ClientConfiguration(); // Does IMDS look-up by default,...

bug
p2

This fixes issues we have repeatedly experienced when using STS for authentication in a large Kubernetes cluster, with heavy load on STS: 1. The default connect timeout of 1s is...

### Describe the bug When setting proxy settings (`proxyScheme`, `proxyHost`, `proxyPort` etc) in `Aws::S3Crt::ClientConfiguration` and passing these through to a new instance of `Aws::S3Crt::S3CrtClient` the proxy is used for most...

feature-request
p3