forked from johannesboyne/gofakes3
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(auth): enhance AWS Signature V4 authentication support
- Add query-based authentication alongside header-based - Support "UNSIGNED-PAYLOAD" - Add fallback options for date header extraction - Fix ordering of query keys by using req.URL.Query().Encode() instead of req.URL.RawQuery
- Loading branch information
1 parent
90e8e82
commit d61b9c9
Showing
3 changed files
with
111 additions
and
24 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