Skip to main content

Module backends

Module backends 

Source
Expand description

Cloud storage backend implementations

This module provides various cloud storage backends including S3, Azure Blob Storage, Google Cloud Storage, and HTTP.

Re-exports§

pub use s3::S3Backend;
pub use http::HttpBackend;

Modules§

http
Enhanced HTTP storage backend with authentication and retry logic
s3
Enhanced S3 storage backend with advanced features

Traits§

CloudStorageBackend
Common trait for cloud storage backends