rskit-storage-s3
Amazon S3 and S3-compatible storage adapter for rskit-storage.
rskit-storage-s3 is an opt-in backend crate. The core rskit-storage crate contains the FileStore trait, StorageRegistry, and local filesystem backend; this crate owns the AWS SDK dependency and registers itself only when the application explicitly calls register.
Installation
[]
= "0.2.0-alpha.3"
= "0.2.0-alpha.3"
Usage
use ;
use ;
# async
Importing this crate has no side effects. Applications own the registry and choose the backend through configuration.