Struct rusoto_s3::IndexDocument [] [src]

pub struct IndexDocument {
    pub suffix: String,
}

Fields

A suffix that is appended to a request that is for a directory on the website endpoint (e.g. if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html) The suffix must not be empty and must not include a slash character.

Trait Implementations

impl Default for IndexDocument
[src]

Returns the "default value" for a type. Read more

impl Debug for IndexDocument
[src]

Formats the value using the given formatter.