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
Per the AWS docs, "The headers used for request signing are: content-md5, content-type, date, and anything that starts with x-amz-." It looks like content-md5 is excluded currently from the set of headers that is signed by requests-aws4auth, but it should be included. Our current workaround is just to pass the full set in include_hdrs kwarg, but would be good to have the defaults updated.
The text was updated successfully, but these errors were encountered:
Per the AWS docs, "The headers used for request signing are: content-md5, content-type, date, and anything that starts with x-amz-." It looks like
content-md5
is excluded currently from the set of headers that is signed byrequests-aws4auth
, but it should be included. Our current workaround is just to pass the full set ininclude_hdrs
kwarg, but would be good to have the defaults updated.The text was updated successfully, but these errors were encountered: