Arne Molland

Results 19 comments of Arne Molland

Hi, @github-bianca 👋 I'll look into this right now.

@github-bianca Which version of sigv4 are you on?

It looks like I have to do some debugging with dynamodb tomorrow. I can't replicate this with s3 buckets or API gateway which I usually test with. Is the signature...

I've added a commit removing the `x-amz-content-sha256`header if payload. Could you try it out with dynamodb? ```dart dependencies: sigv4: git: url: https://github.com/arnemolland/sigv4.git ref: bugfix/invalid-signature ```

I’ve got limited time for the near future — if you’d like to fork this and do some testing I’d appreciate it. Will try to get onto this soon enough!

Hi! The library is not using dartx directly, so it might be an upstream issue related to web compatibility that might be fixed by upgrading dependencies. I'll try to reproduce...

Hi @BartusZak! In your first snippet, you're adding headers after calculating the signature. All headers to be sent with a signed request must be included in the signature, which is...

Hi! The library is not actively maintained, so I cannot guarantee anything soon, but I'll take a look when I'm free.