Expand description
Authentication strategies for cloud storage backends
This module provides various authentication methods for cloud providers, including OAuth 2.0, service accounts, API keys, SAS tokens, and IAM roles.
Structs§
- Chain
Credential Provider - Chain credential provider that tries multiple providers in order
- EnvCredential
Provider - Environment variable credential provider
- File
Credential Provider - File-based credential provider
Enums§
- Credential
Type - Supported credential types for environment variable provider
- Credentials
- Authentication credentials
Traits§
- Credential
Provider - Credential provider trait for dynamic credential loading