arnemolland / sigv4

Dart library for signing AWS requests with Signature Version 4
MIT License
17 stars 23 forks source link

Fixes Expected a value of type 'String', but got one of type 'bool' #29

Closed BartusZak closed 3 years ago

BartusZak commented 3 years ago

Resolves https://github.com/arnemolland/sigv4/issues/26

pflugs30 commented 3 years ago

I noticed this merge fixed the same issue I had, but the Action failed, so the package never deployed to Dart. I created PR #31 to help resolve the failing tests and build issues. Please take a look when you have a chance. Thanks!