Luc Talatinian

Results 63 comments of Luc Talatinian

Checking with the CLI folks on this -- the quoting of the profile they generate is technically out of spec to my understanding, but my guess is they're not going...

Fell of my radar. Will try to address next week. Patch is fine though.

What exactly does this fix? I get that Java is doing it but it's still a behavior change for us. Behavior changes, especially around signing, come with risk. An explanation...

Yes - your justification is completely sound on spec, and if I was releasing this today I would elect to include this change, but as it stands I still don't...

https://github.com/aws/aws-sdk-go-v2/issues/2634

Closing in favor of supporting actual generic signers (tracked in #2634).

https://github.com/aws/aws-sdk-go-v2/discussions/2812

As far as the error being returned is concerned - the SDK is behaving correctly by not retrying in this case. As people have noted in this thread and others,...

To those affected by this issue, 2 things-- ### retrying these errors You can make the underlying error `net.ErrClosed` retryable in your client with the following: ```go type retryErrClosed struct...