We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UNSIGNED-PAYLOAD as described here is not supported now.
If you want I can make a PR. But adding this functionality will require some API modification. I suggest the following changes:
Payload
StringPayload
BytesPayload
PreCalculatedSHA256
UnsignedPayload
StreamingPayload
Option[Array[Byte]]
Please let me know your thought on this.
The text was updated successfully, but these errors were encountered:
Please see my PR with less invasive modifications to support this type of requests.
Sorry, something went wrong.
No branches or pull requests
UNSIGNED-PAYLOAD as described here is not supported now.
If you want I can make a PR. But adding this functionality will require some API modification. I suggest the following changes:
Payload
with the following subtypes:StringPayload
BytesPayload
PreCalculatedSHA256
UnsignedPayload
(for UNSIGNED-PAYLOAD here)StreamingPayload
(for STREAMING-AWS4-HMAC-SHA256-PAYLOAD, as described here)Option[Array[Byte]]
toPayload
Please let me know your thought on this.
The text was updated successfully, but these errors were encountered: