Rocky_Mountain_Vending/.pnpm-store/v10/files/0e/b32e444ff84673a3fdcaed68557056cf34acb89b9a3c0b6f0894d791948b8ba9fd1254f285956847c8d39351fed85849816cbe470eb77906d77ece21724c5d
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

16 lines
609 B
Text

import { FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Pluggable } from "@smithy/types";
/**
* @internal
*
* Log a warning if the input to PutObject is detected to be a Stream of unknown ContentLength and
* recommend the usage of the @aws-sdk/lib-storage Upload class.
*/
export declare function checkContentLengthHeader(): FinalizeRequestMiddleware<any, any>;
/**
* @internal
*/
export declare const checkContentLengthHeaderMiddlewareOptions: FinalizeRequestHandlerOptions;
/**
* @internal
*/
export declare const getCheckContentLengthHeaderPlugin: (unused: any) => Pluggable<any, any>;