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
Thanks for creating this! It would be great to see documentation for the x-amz-content-sha256 header in the AWS signer docs. It seems this field needs to be set manually for an empty body (and perhaps in other cases) and this is not evident from the main example in the README or elsewhere. My original assumption was that this header would be set by the signer, and it took some time to figure out that I needed to set it myself.
The text was updated successfully, but these errors were encountered:
We require users to calculate and set the x-amz-content-sha256 to prevent reading the entire body for each request signature. This should be clearly stated in the documentation.
Thanks for creating this! It would be great to see documentation for the
x-amz-content-sha256
header in the AWS signer docs. It seems this field needs to be set manually for an empty body (and perhaps in other cases) and this is not evident from the main example in the README or elsewhere. My original assumption was that this header would be set by the signer, and it took some time to figure out that I needed to set it myself.The text was updated successfully, but these errors were encountered: