Rob Speller

Results 28 comments of Rob Speller

I was hoping there was a better way like those suggested by the original post here. I don't like adding extra getters or annotations to my classes if I can...

Another example I eventually got working - using socks proxy: ```rust aws-smithy-client = { version = "0.38.0", features = ["hyper"] } hyper = "0.14.16" hyper-proxy = "0.9.1" hyper-socks2 = "0.6.0"...

Original native image compilation support was added here: https://github.com/aws/aws-sdk-java-v2/commit/b9d26ef42fe5dd8a366eefca1844f2071547f2d2 (sts was left out)

also experiencing this with latest `SqsAsyncClient` with sdk version: `2.17.29` and Java 11

@ysaito1001 @rcoh Thank you! Yeah, I also thought it might be coming from the credentials provider. There is some annoying flakey ~malware~ security software installed on my machine which often...

Thanks. I haven't seen this issue appear in EKS but it appeared a few times for me when testing something out on my machine. I can live with it assuming...

I don't seem to see any retries in the logs even with `RUST_LOG=trace`. This example happens locally on my machine if I disable my network connection (turn off wifi). Whether...

yeah, I have hit the same issues and temporarily have given up on upgrading...

Thanks! Yeah, I don't think my change is general enough. If I could work out how to pick up general jetty config then I think it would make sense as...

I also couldn't find these defaults anywhere in the docs. I guessed this was the reason for the plan suggesting a diff and this issue suggests I was correct. Another...