@venturekit/storage
Installation
Section titled “Installation”npm install @venturekit/storage@devWhat It Provides
Section titled “What It Provides”S3 Configuration
Section titled “S3 Configuration”import { createS3Config, DEFAULT_S3_CONFIG, buildS3Config } from '@venturekit/storage';
const config = createS3Config({ bucketName: 'my-uploads', versioned: true, cdn: true });- Storage bucket, lifecycle, CDN, and CORS configuration types
S3Outputs,S3InfraConfig— infrastructure types
Storage Purposes
Section titled “Storage Purposes”| Purpose | Description |
|---|---|
uploads | User-uploaded files |
assets | Static assets with CDN |
backups | Database and app backups |
logs | Application logs |
Dependencies
Section titled “Dependencies”@venturekit/core— required
Related
Section titled “Related”- Storage Guide — setup walkthrough
- Infrastructure Intents — declaring storage
- API Reference — full type documentation