aws-requests-auth icon indicating copy to clipboard operation
aws-requests-auth copied to clipboard

Missing support for UNSIGNED-PAYLOAD

Open LEW21 opened this issue 6 years ago • 3 comments
trafficstars

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.

LEW21 avatar Mar 14 '19 11:03 LEW21

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

ghisvail avatar Nov 08 '19 09:11 ghisvail

Can I send a fix for this ?

pghole avatar Dec 14 '20 12:12 pghole

You can refer to the version I re-implemented based on the ideas from this repository and the official documentation. It supports UNSIGNED-PAYLOAD: https://gist.github.com/pk5ls20/3081ac14286842da31fdf187bbd5ffef

pk5ls20 avatar Jun 16 '24 06:06 pk5ls20