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.
ghisvail commented
Maybe delegating the signing process to aws-request-signer could help.
pghole commented
Can I send a fix for this ?