aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
### Describe the bug Build failed ### Expected Behavior Successful build ### Current Behavior ``` FAILED: _deps/aws-sdk-build/src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/ub_core.cpp.obj C:\PROGRA~1\MIB055~1\2022\ENTERP~1\VC\Tools\MSVC\1435~1.322\bin\Hostx64\x64\cl.exe /nologo /TP -DAWS_AUTH_USE_IMPORT_EXPORT -DAWS_CAL_USE_IMPORT_EXPORT -DAWS_CHECKSUMS_USE_IMPORT_EXPORT -DAWS_COMMON_USE_IMPORT_EXPORT -DAWS_COMPRESSION_USE_IMPORT_EXPORT -DAWS_CORE_EXPORTS=1 -DAWS_CRT_CPP_USE_IMPORT_EXPORT -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT -DAWS_HTTP_USE_IMPORT_EXPORT -DAWS_IO_USE_IMPORT_EXPORT...
*Issue #, if available:* *Description of changes:* > [!NOTE] > Depends on #2830. This PR enhances `STSProfileCredentialsProvider` to support reading `web_identity_token_file` values from config files and if provided, perform an...
### Describe the bug When I try to copy object from one folder to another in same bucket I get an error `Invalid response status from request (aws-c-s3: AWS_ERROR_S3_INVALID_RESPONSE_STATUS)`. This...
*Issue #, if available:* related to [150](https://github.com/aws/aws-sdk-cpp/issues/150); this is kind of a workaround whereby developer can set their default chain to include `STSProfileCredentialsProvider`. Just opened an [issue / feature request...
### Describe the feature Every service client accepts an `AwsCredentialsProviderChain` that determines how credentials are resolved. It should be possible to configure a default during SDK initialization. ### Use Case...
The `S3CrtClient` not longer has a configurable retry strategy. By default, the `S3CrtClient` uses the 'standard' AWS retry strategy with default parameters (5 maximum retries, scale factor of 25msec and...
### Describe the bug I want to compile AWS using CMake into a static library, but I found that using the compiled static library results in an error indicating that...
### Describe the bug I am getting a CMake error when trying to use the 1.11 line of the SDK. I did not get this error when using both 1.9...
**Issue #, if available:** #2056 **Description of changes:** This PR changes how the flags for the MSVC C++ runtime linkage are set. Before this PR, the CMAKE_CXX_FLAGS were changed. WIth...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [ ] 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...