fix: hoist aws-sdk-go-v2 signer into veristygw for custom modifications

This commit is contained in:
Ben McClelland
2024-03-02 20:42:47 -08:00
parent 371ef9626a
commit 64ee86f972
49 changed files with 5079 additions and 0 deletions

11
aws/README.md Normal file
View File

@@ -0,0 +1,11 @@
# AWS SDK Go v2
This directory contains code from the [AWS SDK Go v2](https://github.com/aws/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](./LICENSE) file for more information.