You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aws/request: Fix SDK's handling of endpoints ending in slash (#3926)
Fixes the SDK's handling of endpoints that end in a slash (`/`) causing
signature validation errors due to Request.HTTPRequest.URL.Path not
matching what was sent in the request.
Copy file name to clipboardExpand all lines: CHANGELOG_PENDING.md
+2
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,5 @@
3
3
### SDK Enhancements
4
4
5
5
### SDK Bugs
6
+
*`aws/request`: Fix handling of endpoints with trailing slashes
7
+
* Fixes the SDK's handling of endpoint URLs that contain a trailing slash when the API operation's modeled path is suffixed. Also ensures any endpoint URL query string is squashed consistently.
0 commit comments