Skip to content

Commit

Permalink
Fix bug with AWS AssumeRole signing (#3093)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoleda-codaio authored Oct 30, 2024
1 parent 7f34aec commit 4b0c33b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dist/testing/fetcher.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion testing/fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,10 @@ export class AuthenticatingFetcher implements Fetcher {
method,
url,
service,
headers: headers || {},
headers: {
...headers,
host,
},
credentials,
});
return {
Expand Down

0 comments on commit 4b0c33b

Please sign in to comment.