pub type Result<T> = Result<T, Error>;
A type alias where the error is set to be cloud_storage::Error.
cloud_storage::Error