Crate jotta_osd

Source
Expand description

§jotta-osd

Jottacloud object storage.

Re-exports§

pub use jotta;

Modules§

bucket
A bucket contains one or more objects.
errors
Error types.
object
An object is analogous to a file. On Jottacloud, every object is represented as a folder containing some files:
path
Path utilities.

Structs§

Config
Jotta configuration.
Context
The context is used for all Jotta operations. Shared mutable state is achieved by internal Arcs.