pub trait PresentBucketKeyName {
    fn bucket_name(&self) -> &str;
    fn key(&self) -> &str;
}
Expand description

Existing pair of bucket name and key strings.

Required Methods§

Gets bucket name.

Gets key.

Implementations on Foreign Types§

Implementors§