Rocky_Mountain_Vending/.pnpm-store/v10/files/ff/2c021c5f26d6e1e26f69c086e77d03d4a25f75e8e3ae6a254562f3820ee5af389a7fa82dbdb15c3afbe0c5636d5b55e734271ade6e74484a84fde9ebf0d7be
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

4 lines
305 B
Text

import { createPaginator } from "@smithy/core";
import { ListObjectsV2Command, } from "../commands/ListObjectsV2Command";
import { S3Client } from "../S3Client";
export const paginateListObjectsV2 = createPaginator(S3Client, ListObjectsV2Command, "ContinuationToken", "NextContinuationToken", "MaxKeys");