aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
1. enable http client traces to be configured as per client configuration and not as per compilation of the library. 2. for curl traces, do not print the data (uploaded/downloaded...
S3::URI
*Issue #1507* *Description of changes:* - refactor Http::URI to a generic Net::URI. - add S3::S3URI class. - both Http::URI and S3::S3URI derive from Net::URI. *Check all that applies:* - [x]...
*Issue #, if available:* When building alongside aws-c-event-stream find_package pulls in the system library instead of the in source target. *Description of changes:* This change brings over the concept of...
*Issue #, if available:* NixOS/nixpkgs#70075, #1188 Similar alternative patch: #1315 The difference between this patch and #1315 is that the change to the logic in this patch is much simpler,...
### Describe the issue Feedback from our customers show that AWS SDK for C++ complexity to build is high. Our customers come from very diverse disciplines and backgrounds, that requires...
### Describe the bug When I publish a message using SNSClient using `PublishAsync` method it causes a memory leak. ### Expected Behavior No memory leaks ### Current Behavior This is...
### Describe the bug Unable to upload S3 object using S3crt API [Aws::S3Crt::S3CrtClient::PutObject](https://sdk.amazonaws.com/cpp/api/1.9.230/class_aws_1_1_s3_crt_1_1_s3_crt_client.html#a858775187bd9fb56d5d6932f92445f22) with custom metadata when the upload size is greater than the configured part size in [Aws::S3Crt::ClientConfiguration::partSize](https://sdk.amazonaws.com/cpp/api/1.9.230/class_aws_1_1_s3_crt_1_1_client_configuration.html#a4a65aa9afa2f5a81c21ca6a76b659fba) return...
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...
### Describe the issue Our Distributed Media Engine (DME) is a CentOS Linux system that use the AWS C++ SDK to push files to S3. This feature is running successfully...
Hi AWS C++ SDK folks, I recently hit similar behavior regarding libcurl environment variables as reported in #1049 . Although I understand the desire for certain customers not wanting this...