Sean McGrail

Results 30 comments of Sean McGrail

@newro I'm curious to get more data on this, can you confirm that you are using AWS SNS, and not a look-alike third-party service? I'm not sure if this is...

This is a feature that is available in the [AWS SDK for Go V2](https://github.com/aws/aws-sdk-go-v2), and recommend that you look at considering using it in your application as it brings along...

By default the AWS SDK for Go V1 SDK uses the global STS access point. To change this behavior you should set [`aws.Config#STSRegionalEndpoint`](https://pkg.go.dev/github.com/aws/aws-sdk-go/aws#Config) to [endpoints.RegionalSTSEndpoint](https://pkg.go.dev/github.com/aws/[email protected]/aws/endpoints#STSRegionalEndpoint). You should provide this value...

This issue has been raised before in several GitHub issues, so for simplicity I will link the corresponding reasoning on why the SDK does not retry the `read: connection reset...

Given that there isn't a reasonably or infallible way to determine what is or isn't a custom API endpoint there isn't really a specific action we can do here without...

At a quick glance your `http.Request` value you are passing in does not specify the HTTP method, which is required by signing. So I would start by setting that appropriately,...

aws-lc-rs has an API that we are looking to get merged into our main branch relatively soon, which will provide the necessary functionality needed to use Kyber round-3 768. https://github.com/aws/aws-lc-rs/pull/260...

@mouse07410 I believe your finding is correct that this is a MacPorts llvm-16 issue. I also use MacPorts but did not have llvm-16 version installed. I uninstalled all my clang...

So just adding some information here from what I've dug into so far: Signature algorithms offered by the ring-based client: Signature algorithms offered by the aws-lc-rs-based client: The increase in...

Ah I see since aws-lc-rs doesn't expose SHA512 for the other curves that is creating an issue. Let me revisit that and get back to you, I'm not seeing an...