f038c95777cec1228b87226f638e9e709211f94c
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>
Description
No description provided
Languages
TypeScript
99.4%
JavaScript
0.2%
CSS
0.2%
Shell
0.2%