Module s3_compatible

Module s3_compatible 

Source
Expand description

S3-compatible backend with generic protocol support.

Structs§

NoToken
Placeholder TokenProvider for unauthenticated backends.
S3CompatibleBackend
S3-compatible storage backend with pluggable authentication.
S3CompatibleConfig
Configuration for S3CompatibleBackend.

Traits§

Token
An authentication token that can be passed as a bearer credential.
TokenProvider
Provides authentication tokens for S3-compatible requests.