mirror of
https://github.com/versity/versitygw.git
synced 2026-01-11 05:40:10 +00:00
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.
AWS SDK Go v2
This directory contains code from the AWS SDK Go v2 repository, modified in accordance with the Apache 2.0 License.
Description
The AWS SDK Go v2 is a collection of libraries and tools that enable developers to build applications that integrate with various AWS services. This directory and below contains modified code from the original repository, tailored to suit versitygw specific requirements.
License
The code in this directory is licensed under the Apache 2.0 License. Please refer to the LICENSE file for more information.