Interface ListObjectsCommandInputProtected

The input for ListObjectsCommand.

Hierarchy

Properties

bucketName: undefined | string

The name of the bucket to list.

delimiter?: string

The character you use to group keys.

pageSize?: number

The maximum number of objects that may be returned in the response.

pageToken?: string

Pagination token to continue from.

prefix?: string

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