Type Definition backup_cli::storage::FileHandle
source · pub type FileHandle = String;
Expand description
URI pointing to a file in a backup storage, like “s3:///bucket/path/file”.
These are created by the storage when create_for_write()
, stored in manifests by the backup
controller, and passed back to the storage when open_for_read()
by the restore controller
to retrieve a file referred to in the manifest.