Struct rusoto_s3::ListObjectsRequest [] [src]

pub struct ListObjectsRequest {
    pub bucket: BucketName,
    pub delimiter: Option<Delimiter>,
    pub encoding_type: Option<EncodingType>,
    pub marker: Option<Marker>,
    pub max_keys: Option<MaxKeys>,
    pub prefix: Option<Prefix>,
    pub request_payer: Option<RequestPayer>,
}

Fields

A delimiter is a character you use to group keys.

Specifies the key to start with when listing objects in a bucket.

Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.

Limits the response to keys that begin with the specified prefix.

Confirms that the requester knows that she or he will be charged for the list objects request. Bucket owners need not specify this parameter in their requests.

Trait Implementations

impl Default for ListObjectsRequest
[src]

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

impl Clone for ListObjectsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListObjectsRequest
[src]

Formats the value using the given formatter.