Dmitriy Musatkin

Results 29 comments of Dmitriy Musatkin

Fix has been merged in https://github.com/aws/aws-sdk-cpp/commit/3abf409c171d60c874015d5962e79902a5f3ad1d and should be available in the next release later today

caFile expects a file and passing a directory is not a supported behavior. That option is modeled after similar curl option, CURLOPT_CAINFO (if curl is http client, sdk should be...

Yes, thats expected. As i mentioned dir path is not valid for ca_file, and with the latest version it will correctly propagate the error and not initialize the client -...

Didnt realize you already had a PR for this a year ago. Yes, im working on a similar change that will also support msvc and disabling tsan

addressed in https://github.com/awslabs/aws-c-common/commit/e86e1b6f4622ff8f09d8219d00d79bf8025deaae

Fips should work correctly in 1.11.x versions after endpoint resolution rewrite.

This should now be supported in 1.11 with the rule based endpoint resolution which does understand ipv6 endpoint overrides.

This is an issue with CRT mem limiter feature that got added around reinvent and CPP sdk picked up sometime since then. I created https://github.com/awslabs/aws-c-s3/issues/425 to follow up on it...

Do you have any specific concerns with CRT using multiple connections when part size is configured lower. CRT is optimized toward getting higher throughput and the recommended way to achieve...

S3 does not support payload compression service side, so it would not be possible to do it through sdk. i.e. if you upload as GZIP, s3 will keep it as...