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

I.e. libFOO.so.\.\, symlinks and etc. See some details here: http://stackoverflow.com/questions/7553184/how-to-do-versioning-of-a-shared-library-in-linux

feature-request
p2
Cmake

This seems to be an oversight. `TakeOwnershipOfPayload` returns an rvalue reference, due to missing `&&`, a temporary object is constructed. *Description of changes:* Add missing `&&`. *Check all that applies:*...

Complete Multipart Upload is a bit weird in the REST API. Rather than return a failed HTTP code for a failure, it returns 200 OK immediately and then may later,...

bug
automation-exempt
needs-review

### Describe the bug Attempts to download from S3 cause a SIGPIPE exception despite `httpOptions.installSigPipeHandler = true` in `Aws::SDKOptions` passed to `InitAPI`. This is similar to issue https://github.com/aws/aws-sdk-cpp/issues/1534 , but...

bug
needs-triage

### Describe the bug The `ShutdownAPI` call in `source/Aws.cpp` first calls `Aws::Utils::Logging::ShutdownCRTLogging()` (if logging was enabled), and then `Aws::CleanupCrt()`. This causes issues on shutdown of the CRT subsystem - threads...

bug

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

### Describe the feature Distribute the C++ SDK under two liberal licenses. ### Use Case s3fs is licensed as a GPLv2 or later program. GPLv2 is not compatible with Apache...

feature-request
p3

### Describe the bug It's possible that the installation LIBDIR to be in a different directory from INCLUDEDIR. Currently, the [AWSSDK logic](https://github.com/aws/aws-sdk-cpp/blob/6709bb6de9010b165b8bf44b708ba51e26fd5869/cmake/AWSSDKConfig.cmake#L103) assumes that it can traverse up then over...

bug
p3
Cmake

``` build: Fix libdir in pkgconfig files for Windows Windows import libraries are installed inside ARCHIVE_DIRECTORY, not LIBRARY_DIRECTORY. So we need to use that for libdir on Windows. ``` ```...

needs-review
Cmake