ListPaginateWithPathOutput: StorageListOutput<ListOutputItemWithPath> & {
    nextToken?: string;
}

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

Type declaration

  • Optional nextToken?: string