aws-request-signer
                                
                                
                                
                                    aws-request-signer copied to clipboard
                            
                            
                            
                        Support for UNSIGNED-PAYLOAD
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:
- create sealed trait 
Payloadwith the following subtypes: - change type of payload parameter from 
Option[Array[Byte]]toPayload 
Please let me know your thought on this.
Please see my PR with less invasive modifications to support this type of requests.