aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
### Describe the bug When building AWS SDK for C++ version 1.9.267, for Windows, as static libraries, some of the Debug|x64 builds fail to generate a .pdb file along with...
### Describe the bug The `S3CrtClient` still uses the parent class `MakeRequest` for the majority of its operations. The S3Client allows to configure the behaviour of the `Aws::Client::AWSXMLClient` via `ClientConfiguration`...
### Describe the bug There are multiple issues with SDK that results in it's inability to handle unusual object keys (even if they are supported by underlying platform, be that...
### Describe the bug With AWS S3 CPP SDK, when HeadObject/GetObject API is used with Object lambda endpoint, it fails with error "Path style addressing is not compatible with Access...
`TransferManager::DoSinglePartDownload()` marks the transfer as completed here: https://github.com/rockset/rocksdb-cloud/blob/8c0ff476d77c0df0af92b1466269404bdfb8e89e/cloud/aws/aws_s3.cc#L196 This happens before the underlying response stream is flushed. The response stream's ownership is tied to local variable `getObjectOutcome` and the stream...
### Describe the bug A build break occurs when building AWS SDK C++ version 1.9.238 on RHEL 7.6 using gcc8 while `CUSTOM_MEMORY_MANAGEMENT` is enabled. Building without `CUSTOM_MEMORY_MANAGEMENT` finishes without any...
### Describe the bug Building from source fails. Microsoft Windows [Version 10.0.19044.1645] cmake version 3.23.1 Microsoft (R) Build Engine version 16.7.0+b89cb5fde for .NET Framework 16.7.0.37604 git clone --recurse-submodules https://github.com/aws/aws-sdk-cpp cd...
*Issue #, if available:* I just make `const` a method in the transfer sdk. (#1605) *Check all that applies:* - [x] Did a review by yourself. - [x] Added proper...
### Describe the bug Credential provider may not be initialized resulting in a segmentation fault here: https://github.com/aws/aws-sdk-cpp/blob/4db1ff69fa185c7910394f4a6462cbea278a1707/aws-cpp-sdk-s3-crt/source/S3CrtClient.cpp#L223 ### Expected behavior Log an error and abort initialization. ### Current behavior Segmentation...
I had recently upgraded from aws-sdk-cpp 1.9.96 to 1.9.160, and in this update, the cJSON.h has been customized to redefine many functions to use the CJSON_AS4CPP convention. The previous implementation...