Sam Bisciglia

Results 15 comments of Sam Bisciglia

[the fix has been merged](https://github.com/aws/aws-sdk-cpp/commit/1614bce979a201ada1e3436358edb7bd1834b5d6) and will be released with 1.9.333

Should be resolved now, re-open if you have a case where it does not.

> Expected Behavior > S3Crt library works as expected in the "provided.al2023" environment. I tried reproducing the issue with the following set up and could not. Dockerfile ```dockerfile FROM public.ecr.aws/lambda/provided:al2023...

Hey thanks for reaching out, this seems to be a timeout in the underlying curl connection that we have some levers for that I would suggest trying out specifically ```...

> Allow key to include query parameters. I think this bug was a regression in [this commit](https://github.com/aws/aws-sdk-cpp/commit/da81fd5ac36c3af4a6637ee0c7f79386bf687cff#diff-ba2c23ee3e700440446a2911080ed16816a3a7acdc0ff37ce685cefb44fba69d) This is change occurs after the version you are using, and infact i...

> version 1.10.38 was broken what version do you have this working in?

> but was later reverted in [this commit](https://github.com/aws/aws-sdk-cpp/commit/da81fd5ac36c3af4a6637ee0c7f79386bf687cff#diff-ba2c23ee3e700440446a2911080ed16816a3a7acdc0ff37ce685cefb44fba69d) that i linked previously. If you revert this change it is still broken because of double url encoding > It was fixed...

> GetObjectRequest only takes a key for example and you can specify the versionId as part of the key, iirc. no it has a param specifically for version Id. i.e....

I did find a workaround for you that will work, but i will admit is not customer friendly ``` #include #include #include #include #include #include using namespace Aws; using namespace...