mirror of
https://github.com/versity/versitygw.git
synced 2026-07-20 15:02:23 +00:00
9f6bf183f4
Fixes #1707 The `Expect` HTTP header is ignored by the AWS SDK SigV4 signer and is omitted during signature calculation. As a result, the signature is computed incorrectly when the `Expect` header is included in the signed headers. This PR removes the `Expect` header from the SigV4 ignored headers list in the SDK-derived source code.