aws4 icon indicating copy to clipboard operation
aws4 copied to clipboard

Request body should allow Buffer object

Open aleclarson opened this issue 2 years ago • 1 comments

…and it shouldn't assume UTF8 encoding.

Currently, when calculating the content hash, UTF8 encoding is assumed: https://github.com/mhart/aws4/blob/a413aadd9e4b4e58842937a9ad53354be41ef4a1/aws4.js#L14-L15

aleclarson avatar Jun 18 '22 19:06 aleclarson