IS3ListObjectsRequest
Interface in AWS.S3
Interface for ListObjects 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.
Marker
property Marker: string
Specify a marker to start the listing from.
The listing can be started from any key in the bucket.
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.
OptionalObjectAttributes
property OptionalObjectAttributes: string
Specify optional fields that you want returned in the response.
Valid values: RestoreStatus.
RequestPayer
property RequestPayer: string
Confirms that the requester knows that they will be charged for the request.
Valid values: requester.