cloudbridge-sdk
Version:
CloudBridge Node.js + TypeScript SDK (simple file upload)
46 lines (24 loc) • 566 B
Markdown
# CloudBridge Node.js SDK
Production-grade Node.js + TypeScript SDK for CloudBridge.
## Installation
## Quick Start
### Upload stream
### Upload directory with progress
## Configuration
All options are instance-scoped.
- **baseUrl**: defaults to
- **Headers**: , (HMAC-SHA256(accessKey, secretKey))
- Retries: only 429, respects header
- Concurrency: internal limiter, default 10
- Small file batching: <= 1MB, batch up to 5 files per folder
### Environment variables
-
-
-
## API
## Development
- Build:
- Lint:
- Test:
## License
MIT