Skip to main content

IS3ListObjectVersionsRequest

Interface in AWS.S3

Interface for ListObjectVersions requests.

Ancestors

Properties

Delimiter

property Delimiter: string

Specifies a delimiter character for grouping keys.

It is common to use / to simulate filesystem-like navigation.

EncodingType

property EncodingType: string

Encoding type used to encode object keys in the response.

Valid values: url.

KeyMarker

property KeyMarker: string

Specifies a key to start the listing from.

MaxKeys

property MaxKeys: TOptional<Integer>

Specifies the maximum number of keys to return in the response.

By default, a response will return the maximum of 1000 keys.

Prefix

property Prefix: string

Specifies a prefix to filter the returned keys.

VersionIdMarker

property VersionIdMarker: string

Specifies an object version to start the listing from.