aws-signer-v4-dot-net icon indicating copy to clipboard operation
aws-signer-v4-dot-net copied to clipboard

Sign HttpRequestMessage using AWS Signature v4 using request information and credentials.

Results 6 aws-signer-v4-dot-net issues
Sort by recently updated
recently updated
newest added

I am trying to call getCatalogItem operation with multiple comma separated values in IncludedData parameter. When I am including more than one value (i.e. attributes,identifiers,images,summaries), it has generated wrong canonical...

While writing a some code for uploading files to s3 buckets i encountered a bug where when building the canonicalRequest your code would use "request.RequestUri.AbsolutePath" but that would already escape...

You might want to take a look at HexConverter.ToString() for some inspiration.. It's an internal class that does handle lower case byte[] to hex string conversion. It's going to be...

Had to find this solution in one of the closed issues. I think your documentation would benefit from this section.

This library works fine when using full AWS credentials however it does not work when using temporary credentials like when running on EC2 instance and using the 'embedded EC2' credentials...

Hey Y'all, When I use the signer on the new Bedrock API, I get an error back about the content type being incorrect. It's expecting "application/json" and it works with...