ListPaginateOutput: StorageListOutput<ListOutputItem> & {
    nextToken?: string;
}

Output type for S3 list API. Lists bucket objects with pagination.

Type declaration

  • Optional nextToken?: string