OSSInfo

Trait OSSInfo 

Source
pub trait OSSInfo {
    // Required methods
    fn endpoint(&self) -> String;
    fn bucket(&self) -> String;
    fn key_id(&self) -> String;
    fn key_secret(&self) -> String;
}

Required Methods§

Source

fn endpoint(&self) -> String

Source

fn bucket(&self) -> String

Source

fn key_id(&self) -> String

Source

fn key_secret(&self) -> String

Implementors§