trinodb / aws-proxy

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

aws-chunked Content-Encoding should not be forwarded to S3 #124

Closed vagaerg closed 1 month ago

vagaerg commented 1 month ago

Re https://github.com/trinodb/aws-proxy/pull/101#discussion_r1695276293

After PR #101 , the proxy now forwards Content-Encoding values to S3. However, if the content-encoding contains aws-chunked, it should strip that part given that we terminate the AWS chunking at the proxy layer and send a single "standard" payload to the underlying storage.