rustfs-signer

Crates.iorustfs-signer
lib.rsrustfs-signer
version0.0.3
created_at2025-07-05 07:10:23.084711+00
updated_at2025-07-05 07:10:23.084711+00
descriptionDigital signature generation and verification for RustFS, ensuring data integrity and authenticity.
homepagehttps://rustfs.com
repositoryhttps://github.com/rustfs/rustfs
max_upload_size
id1738800
size103,592
houseme (houseme)

documentation

https://docs.rs/rustfs-signer/latest/rustfs_signer/

README

RustFS

RustFS Signer - Request Signing & Authentication

AWS-compatible request signing and authentication for RustFS object storage

CI ๐Ÿ“– Documentation ยท ๐Ÿ› Bug Reports ยท ๐Ÿ’ฌ Discussions


๐Ÿ“– Overview

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.

โœจ Features

๐Ÿ” AWS-Compatible Signing

  • SigV4 Implementation: Full AWS Signature Version 4 support
  • Pre-signed URLs: Temporary access URLs with expiration
  • Chunked Upload: Streaming upload with signature validation
  • Multi-part Upload: Signature validation for large files

๐Ÿ›ก๏ธ Authentication Methods

  • Access Key/Secret: Traditional AWS-style authentication
  • STS Token: Temporary security token support
  • IAM Role: Role-based authentication
  • Anonymous Access: Public read access support

๐Ÿš€ Performance Features

  • Signature Caching: Avoid repeated signature calculations
  • Batch Signing: Sign multiple requests efficiently
  • Streaming Support: Sign data streams without buffering
  • Hardware Acceleration: Use hardware crypto when available

๐Ÿ”ง Advanced Features

  • Custom Headers: Support for custom and vendor headers
  • Regional Signing: Multi-region signature support
  • Clock Skew Handling: Automatic time synchronization
  • Signature Validation: Server-side signature verification

๐Ÿ“ฆ Installation

Add this to your Cargo.toml:

[dependencies]
rustfs-signer = "0.0.3"

๐Ÿ”ง Usage

๐Ÿ“‹ Requirements

  • Rust: 1.85.0 or later
  • Platforms: Linux, macOS, Windows
  • Dependencies: Cryptographic libraries (ring, rustls)
  • Compatibility: AWS S3 API compatible

๐ŸŒ Related Projects

This module is part of the RustFS ecosystem:

๐Ÿ“š Documentation

For comprehensive documentation, visit:

๐Ÿ”— Links

๐Ÿค Contributing

We welcome contributions! Please see our Contributing Guide for details.

๐Ÿ“„ License

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

Commit count: 0

cargo fmt