Matt f038c95777
All checks were successful
Build and Push Docker Image / build (push) Successful in 13m48s
Fix Docker build failure: lazy-initialize MinIO client
The production env var check in createMinioClient() was throwing during
`next build` page data collection because MINIO_ACCESS_KEY/SECRET_KEY
aren't available at Docker build time. Changed from eager module-level
initialization to a lazy Proxy pattern that defers client creation to
first actual use, while maintaining backward compatibility with all
existing `minio.method()` call sites.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-05 22:16:29 +01:00
Description
No description provided
10 MiB
Languages
TypeScript 99.5%
Shell 0.2%
CSS 0.2%
JavaScript 0.1%