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

bug

### Describe the bug Unable to retrieve public s3 object using [Aws::S3Crt::S3CrtClient::GetObject](https://sdk.amazonaws.com/cpp/api/1.9.230/class_aws_1_1_s3_crt_1_1_s3_crt_client.html#a54bb7718aa3d0170c74af9c724a98466) api when credentials are not setup i.e anonymous credentials I'm able to retrieve the public s3 object when...

bug

### Describe the bug I've compiled all AWS SDK packages, linked the libraries (*.so and *.a files) to my executable, and included all *.h files. In my executable, I use...

bug
needs-triage

### Describe the bug for this flow: 1) We are adding a new parameter to the parameter store 2) we updating policy via ansible task with IAM_policy. 3) try to...

bug
closing-soon
response-requested

### Describe the bug This is not a contribution. When using the DownloadFile operation on TransferManager to download a subset of a file from s3 using the fileOffset & downloadBytes...

bug

### Describe the bug I'm submitting DeleteObjects requests in parallel from the same EC2 instance with a list of 1,000 requests each. I verify that the request is successful and...

bug

### Describe the bug `CleanupConfigAndCredentialsCacheManager()` is not robust against being called late, i.e. after the `static` variable `s_configManager` has been destructed already once (as part of the `exit` sequence, calling...

bug
pending-release
needs-review

**asan detects a memory leak in Aws::InitAPI** ``` Direct leak of 336 byte(s) in 2 object(s) allocated from: #0 0x7f3be3804bcf in __interceptor_malloc /gcc-11.1.0/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7f3bdd8bc02f in CRYPTO_malloc crypto/mem.c:222 #2 0x7f3bdd8bc062...

bug
duplicate
needs-review

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
needs-review

It appears that a call to Aws::initAPI() spawns '# cpu cores / 2' threads but so far I've been unable to find any documentation on how or why this happens,...

bug
needs-review