managarten/packages/shared-storage/src
Till JS 41fbd2f035 feat(storage): improve shared-storage robustness, scalability, and DX
- Fix exists() to only catch 404/NotFound, rethrow real errors
- Add downloadStream() for memory-efficient large file downloads
- Add uploadMultipart() using @aws-sdk/lib-storage for large files
- Add automatic pagination to list() via continuation tokens
- Add CDN URL support (cdnUrl in BucketConfig, getCdnUrl() method)
- Reduce factory boilerplate with generic createStorage() function
- Add MinIO lifecycle rules for tmp/ prefixes (chat 90d, calendar 30d, picture 7d)
- Add vitest setup with 56 tests covering client, factory, and utils

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 18:52:34 +01:00
..
client.spec.ts feat(storage): improve shared-storage robustness, scalability, and DX 2026-03-20 18:52:34 +01:00
client.ts feat(storage): improve shared-storage robustness, scalability, and DX 2026-03-20 18:52:34 +01:00
factory.spec.ts feat(storage): improve shared-storage robustness, scalability, and DX 2026-03-20 18:52:34 +01:00
factory.ts feat(storage): improve shared-storage robustness, scalability, and DX 2026-03-20 18:52:34 +01:00
index.ts feat(storage): improve shared-storage robustness, scalability, and DX 2026-03-20 18:52:34 +01:00
types.ts feat(storage): improve shared-storage robustness, scalability, and DX 2026-03-20 18:52:34 +01:00
utils.spec.ts feat(storage): improve shared-storage robustness, scalability, and DX 2026-03-20 18:52:34 +01:00
utils.ts feat(storage): add MinIO local storage and @manacore/shared-storage package 2025-12-02 01:00:42 +01:00