Files
worldmonitor/scripts
Elie Habib d6f7df9746 fix(seeds): lazy-load @aws-sdk/client-s3 in R2 storage helper (#1654)
The top-level import crashes seed-forecasts on Railway when the
package isn't installed. Dynamic import defers the load to when
S3 mode is actually used, allowing the seed to run without the
SDK when R2 is not configured.
2026-03-15 16:24:38 +04:00
..