-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(util-create-request): fix creating undefined request (#803)
* fix(util-create-request): fix creating undefined request Use command.resolveMiddleware() to generate request instead of concatenating middleware stacks manually. This fixes gh issue also include `build` stage to creating request. Because build stage sometimes contains necessary middleware to build a correct request. For example, S3's bucket endpoint middleware is located in build stage. Host header is also necessary, if users want to sign the generated request directly. * fix: remove middleware-stack dev dep
- Loading branch information
1 parent
defd342
commit b6a96c0
Showing
4 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters