Files
versitygw/aws
Ben McClelland d422aced17 fix: 0 len content-len header missing in signed headers
This fixes the case where clients can include the content-length
header in the signed headers for a 0 length file (like s3cmd).

Since we had to hoist the aws code into versitygw, we can also
remove the hack for the "User-Agent" header in the hard coded
excludes list and just remove it from the excludes list.
2024-03-02 21:52:22 -08:00
..

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.