recoder-code
Version:
🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!
5 lines (4 loc) • 305 B
JavaScript
import { createPaginator } from "@smithy/core";
import { ListObjectsV2Command, } from "../commands/ListObjectsV2Command";
import { S3Client } from "../S3Client";
export const paginateListObjectsV2 = createPaginator(S3Client, ListObjectsV2Command, "ContinuationToken", "NextContinuationToken", "MaxKeys");