First release
ultralight-s3 v0.0.1 Release Notes
We're excited to announce the first release of ultralight-s3, a lightweight S3 client for Node.js and edge environments.
Features
- Minimal S3 client with no dependencies
- Supports essential S3 operations: list, put, get, delete, and multipart uploads
- Works in Node.js, edge environments, workers, and AWS Lambda
- Lightweight: ~15KB minified
- TypeScript support
Supported Operations
- List objects
- Put objects (single and multipart)
- Get objects (single and streaming)
- Delete objects
- Abort multipart uploads
- Check file existence
Installation
npm install [email protected]
We greatly welcome feedback and contributions. Please report any issues on our GitHub repository.