blake-watkins
Results
2
issues of
blake-watkins
Flexi-streams on windows by default encodes a newline character as two bytes (CRLF), when AWS expects just LF. This changes the hash of the canonical request, so invalidates the signature.
I was looking at `aws-sdk`, which uses `parser.ini` to parse configuration and credential INI files, which uses this library as a parser. The parse was failing since windows ends its...