trinodb / aws-proxy

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

Validate signatures for AWS chunked input streams #67

Closed Randgalt closed 3 months ago

Randgalt commented 3 months ago

Validate signatures for AWS chunked input streams

Follow the AWS chunked protocol to validate chunks that include an AWS signature extension. Alters Signer so that it saves values during main request validation need to validate the chunk signatures.

Closes #55

Randgalt commented 3 months ago

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