sui_storage::object_store::util

Function copy_file

Source
pub async fn copy_file<S: ObjectStoreGetExt, D: ObjectStorePutExt>(
    src: &Path,
    dest: &Path,
    src_store: &S,
    dest_store: &D,
) -> Result<()>