pub trait ServiceAPI {
    fn list_bucket(
        &self,
        resources: Option<HashMap<String, Option<String>>>
    ) -> Result<Vec<String>, Error>; }

Required Methods§

Implementors§