trinodb / aws-proxy

Proxy for S3
Apache License 2.0
7 stars 3 forks source link

Cleanup aws-chunked decoded-content-length handling #107

Closed vagaerg closed 1 month ago

vagaerg commented 1 month ago

The AWS Signer classes mutate the request and try to automatically compute values for fields like content-length if we allow the library to touch the payload of a request. Always returning the hash that was present in the inbound request ensures the library will not change any other fields.