Files
rustfs/crates/credentials
houseme 56179210ab chore(deps): simplify dependency features (#4890)
* chore(deps): remove redundant dependency features

Remove manifest feature entries that are implied by other requested features in the same dependency declaration.

Verified that the resolved Cargo feature graph is unchanged after the cleanup.

Co-Authored-By: heihutu <heihutu@gmail.com>

* chore(deps): narrow tokio and reqwest features

Co-Authored-By: heihutu <heihutu@gmail.com>

---------

Co-authored-by: heihutu <heihutu@gmail.com>
2026-07-16 05:20:43 +00:00
..

RustFS

RustFS Credentials - Credential Management Module

A module for managing credentials within the RustFS distributed object storage system.

CI 📖 Documentation · 🐛 Bug Reports · 💬 Discussions


This module provides a secure and efficient way to handle various types of credentials, such as API keys, access tokens, and cryptographic keys, required for interacting with the RustFS ecosystem and external services.

📖 Overview

RustFS Credentials is a module dedicated to managing credentials for the RustFS distributed object storage system. For the complete RustFS experience, please visit the main RustFS repository

Features

  • Secure storage and retrieval of credentials
  • Support for multiple credential types (API keys, tokens, etc.)
  • Encryption of sensitive credential data
  • Integration with external secret management systems
  • Easy-to-use API for credential management
  • Credential rotation and expiration handling

📚 Documentation

For comprehensive documentation, examples, and usage guides, please visit the main RustFS repository.

📄 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.