https://github.com/codebeltnet/aws-signature-v4
Ported from Cuemon.Extensions.AspNetCore.Authentication.AwsSignature4, this library provides a simple way of generating AWS Signature Version 4 for API requests.
https://github.com/codebeltnet/aws-signature-v4
Last synced: 3 months ago
JSON representation
Ported from Cuemon.Extensions.AspNetCore.Authentication.AwsSignature4, this library provides a simple way of generating AWS Signature Version 4 for API requests.
- Host: GitHub
- URL: https://github.com/codebeltnet/aws-signature-v4
- Owner: codebeltnet
- License: mit
- Created: 2024-10-05T10:48:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-24T20:48:16.000Z (3 months ago)
- Last Synced: 2026-03-26T00:37:50.247Z (3 months ago)
- Language: C#
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Extensions for AWS Signature Version 4 API by Codebelt
[](https://github.com/codebeltnet/aws-signature-v4/actions/workflows/ci-pipeline.yml) [](https://codecov.io/gh/codebeltnet/aws-signature-v4) [](https://sonarcloud.io/dashboard?id=aws-signature-v4) [](https://sonarcloud.io/dashboard?id=aws-signature-v4) [](https://sonarcloud.io/dashboard?id=aws-signature-v4) [](https://sonarcloud.io/dashboard?id=aws-signature-v4) [](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/aws-signature-v4)
### âšī¸ About
An open-source project (MIT license) that targets and complements [AWS Signature Version 4](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html) for API requests. It aims to provide a good developer experience by making it simple to generate AWS4-HMAC-SHA256 HTTP Authorization header.
Your versatile AWS Signature Version 4 companion for modern development with `.NET 9` and `.NET 10`.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
> [!NOTE]
> To ensure access to current features, improvements, and security updates, and to keep the codebase clean and easy to maintain, we target only the latest long-term (LTS), short-term (STS) and (where applicable) cross-platform .NET versions.
### đ Documentation
Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://awssignature4.codebelt.net/
### đĻ Standalone Packages
Provides a focused API for generating AWS4-HMAC-SHA256 HTTP Authorization headers.
|Package|vNext|Stable|Downloads|
|:--|:-:|:-:|:-:|
| [Codebelt.Extensions.AwsSignature4](https://www.nuget.org/packages/Codebelt.Extensions.AwsSignature4/) |  |  |  |
### Contributing to `Extensions for AWS Signature Version 4 API by Codebelt`
[Contributions](.github/CONTRIBUTING.md) are welcome and appreciated.
Feel free to submit issues, feature requests, or pull requests to help improve this library.
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.