pub type PutBlock = BoxFuture<'static, Result<PutBlockResponse>>;
pub struct PutBlock { /* private fields */ }