DavidMuller/aws-requests-auth

Missing support for UNSIGNED-PAYLOAD

LEW21 opened this issue · 3 comments

LEW21 commented

It's not always possible to sign the payload - especially when uploading large files to S3. That's why there exists UNSIGNED-PAYLOAD.

Unfortunately, AWSRequestsAuth.get_aws_request_headers does not support it.

Maybe delegating the signing process to aws-request-signer could help.

Can I send a fix for this ?