kaiion
kaiion
Quick update: this feature has now been implemented and merged in [PR 3597](https://github.com/aws/aws-sdk-cpp/pull/3597)
@oleg-boulanov Thanks for reporting this issue. I attempted to reproduce the 403 error handling problem but I need some clarification on the specific scenario. In my test that uses invalid...
The current SDK logging behavior is by design, adding selective or dynamic log filtering will introduce additional runtime complexity. Are there specific logs you’re trying to view?
@zombee0 we were able to ship this new feature [PR](https://github.com/aws/aws-sdk-cpp/pull/3635) to allow custom implementation of http clients (we moved the http client chunking logic to an interceptor, now sdk http...
Thanks @breuner ! I added the setenv("AWS_EC2_METADATA_DISABLED", "true", 0); line to @sbaluja's sample program as you suggested, but I'm still seeing the "Access Denied" errors instead of the deadlock you're...