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 issue Hello, I'm trying to understand the `TransferManager` code and found something that I'm not sure about. Here's my question. In the ctor it's trying to call...

bug

*Issue #, if available:* Configuration fails with `-DBUILD_DEPS=OFF` because the cmake file containing the AwsFindPackage() macro is located in one of the submodules. *Description of changes:* Pull the relevant file...

Cmake

### Describe the bug The commit https://github.com/aws/aws-sdk-cpp/commit/cb67425a8ec081ad948e638baedf5cabf3e72a15 introduced IPv6 address support in AWS core but it's still failing in `AWSClient.cpp` and function `Aws::Utils::IsValidHost()` ### Expected behavior Connection to `http://[::1]:8000` should...

feature-request
response-requested
p2

_This fixes undefined behaviour in `Get/PutObjecAsync` which results in crashes and program termination._ *Issue #, if available:* Resolves #1655. *Description of changes:* The `Get/PutObjectAsync` methods use const-references to `std::function` as...

### Describe the bug Use this library sends a `PutBucketLifecycleConfiguration` request. This lifecycle configuration needs to make the request body contain an `And` element in a `Filter` element. ### Expected...

bug

Empty the std::map on destruction, so that a late destructor call through CleanupConfigAndCredentialsCacheManager does not free elements twice. *Issue #, if available:* Resolves #1850. *Description of changes:* Empty the `std::map`...

### Describe the bug When I upload a file to S3 (using a multipart upload request) the content-type of the file will be application/xml unless I specify otherwise. This seems...

documentation
p3

Confirm by changing [ ] to [x] below: - [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 similar issues](https://github.com/aws/aws-sdk-cpp/issues) and didn't...

third-party

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

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
p2
Cmake