Crates.io | rustfs-signer |
lib.rs | rustfs-signer |
version | 0.0.3 |
created_at | 2025-07-05 07:10:23.084711+00 |
updated_at | 2025-07-05 07:10:23.084711+00 |
description | Digital signature generation and verification for RustFS, ensuring data integrity and authenticity. |
homepage | https://rustfs.com |
repository | https://github.com/rustfs/rustfs |
max_upload_size | |
id | 1738800 |
size | 103,592 |
AWS-compatible request signing and authentication for RustFS object storage
๐ Documentation
ยท ๐ Bug Reports
ยท ๐ฌ Discussions
RustFS Signer provides AWS-compatible request signing and authentication for the RustFS distributed object storage system. It implements AWS Signature Version 4 (SigV4) signing algorithm, pre-signed URLs, and various authentication methods to ensure secure API access.
Note: This is a security-critical submodule of RustFS that provides essential authentication capabilities for the distributed object storage system. For the complete RustFS experience, please visit the main RustFS repository.
Add this to your Cargo.toml
:
[dependencies]
rustfs-signer = "0.0.3"
This module is part of the RustFS ecosystem:
For comprehensive documentation, visit:
We welcome contributions! Please see our Contributing Guide for details.
Licensed under the Apache License, Version 2.0. See LICENSE for details.
RustFS is a trademark of RustFS, Inc.
All other trademarks are the property of their respective owners.
Made with ๐ by the RustFS Team