IS3ListObjectsV2Request
Interface in AWS.S3
Interface for ListObjectsV2 requests.
Ancestors
Properties
ContinuationToken
property ContinuationToken: string
A continuation token for paginated requests.
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.
FetchOwner
property FetchOwner: Boolean
By default the owner details are not returned in the response. Set this to True to return them.
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.
RequestPayer
property RequestPayer: string
Confirms that the requester knows that they will be charged for the request.
Valid values: requester.
StartAfter
property StartAfter: string
Specifies a key to start the listing from.