Crate xvc_storage

Source
Expand description

Xvc storage management commands.

Contains several modules to implement connection, upload and download of files to a storage. Most of the functionality is behind feature flags that are on by default. If you want to customize the functionality of this crate, you can disable the features you don’t need.

Re-exports§

pub use crate::error::Error;
pub use crate::error::Result;
pub use storage::XvcLocalStorage;
pub use storage::XvcStorage;
pub use storage::XvcStorageEvent;
pub use storage::XvcStorageGuid;
pub use storage::XvcStorageOperations;

Modules§

error
Error messages for xvc-storage
storage
Cloud storage implementations for xvc.

Structs§

StorageCLI
Storage (on the cloud) management commands

Enums§

StorageIdentifier
Specifies a storage by either a name or a GUID.
StorageNewSubCommand
Add a new storage
StorageSubCommand
storage subcommands

Functions§

cmd_storage
Entry point for xvc storage group of commands.