Crate external_storage[][src]

External storage support. Cloud provider backends can be found under components/cloud

Modules

local
metrics
noop

Structs

LocalStorage

A storage saves files in local file system.

NoopStorage

A storage saves files into void. It is mainly for test use.

Traits

ExternalStorage

An abstraction of an external storage.

Functions

read_external_storage_into_file
record_storage_create