ListPaginateOutput: Omit<StorageListOutput<ListOutputItem>, "excludedSubpaths"> & {
    nextToken?: string;
}

Type declaration

  • Optional nextToken?: string

Deprecated

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