managarten/packages/shared-storage/src
Till JS 152fa5fe08 feat(storage): add deleteByPrefix, copy, getMetadata and prod lifecycle rules
- Add deleteByPrefix(prefix) for bulk user data deletion (account cleanup)
- Add copy(sourceKey, destKey) via CopyObjectCommand for file duplication
- Add getMetadata(key) via HeadObjectCommand for content-type/size/metadata
- Add FileMetadata type for structured metadata responses
- Add minio-init container to docker-compose.macmini.yml with bucket creation,
  public access policies, and lifecycle rules (matching dev compose)
- 96 tests passing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 19:40:17 +01:00
..
client.spec.ts feat(storage): add deleteByPrefix, copy, getMetadata and prod lifecycle rules 2026-03-20 19:40:17 +01:00
client.ts feat(storage): add deleteByPrefix, copy, getMetadata and prod lifecycle rules 2026-03-20 19:40:17 +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): cleanup buckets, add file-size validation and bulk delete 2026-03-20 19:27:42 +01:00
hooks.spec.ts feat(storage): add upload hooks, metrics integration, and presigned multipart 2026-03-20 19:36:46 +01:00
hooks.ts feat(storage): add upload hooks, metrics integration, and presigned multipart 2026-03-20 19:36:46 +01:00
index.ts feat(storage): add deleteByPrefix, copy, getMetadata and prod lifecycle rules 2026-03-20 19:40:17 +01:00
metrics.spec.ts feat(storage): add upload hooks, metrics integration, and presigned multipart 2026-03-20 19:36:46 +01:00
metrics.ts feat(storage): add upload hooks, metrics integration, and presigned multipart 2026-03-20 19:36:46 +01:00
types.ts feat(storage): add deleteByPrefix, copy, getMetadata and prod lifecycle rules 2026-03-20 19:40:17 +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