Expand description
Storage backend implementations
This module defines the trait that all storage backends must implement, and provides implementations for various cloud storage providers.
Modules§
- dropbox
- Dropbox storage backend implementation
- gdrive
- Google Drive storage backend implementation
- http
- HTTP storage backend implementation
- local_
fs - Local filesystem backend implementation
- postgresql
- PostgreSQL storage backend implementation
- s3
- AWS S3 storage backend implementation
Traits§
- Storage
Backend - Trait that all storage backends must implement