pub trait Destination { // Required method fn write(&self, local_path: &Path, remote_key: &str) -> Result<()>; }