Closed TabraizChel closed 2 years ago
In AuthenticationPayloadCreator there's a constant called HASHED_PAYLOAD. What is this used for ?
It's the value of hex encoded, SHA256 hashed empty string. For more information you can look at https://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html.
In AuthenticationPayloadCreator there's a constant called HASHED_PAYLOAD. What is this used for ?