cloudydeno / deno-aws_api

From-scratch Typescript client for accessing AWS APIs
https://deno.land/x/aws_api
59 stars 3 forks source link

fix(client): Sign request digest header for S3 #35

Closed danopia closed 2 years ago

danopia commented 2 years ago

Fixes #32

This isn't actually required by S3, but it is required for Backblaze B2.

Looking to hear that this resolves the request errors with Backblaze, before I merge this PR.