trinodb / aws-proxy

Proxy for S3
Apache License 2.0
8 stars 6 forks source link

Validate the hash for standard, non-chunked input streams #71

Closed Randgalt closed 4 months ago

Randgalt commented 4 months ago

For AWS requests that aren't chunked and that have a x-amz-content-sha256 header, validate the hash of the input stream.

Closes #70

Randgalt commented 4 months ago

Note: https://github.com/trinodb/s3-proxy/issues/72