A factory that constructs an ISteelClient for a session — the dependency-injection seam. Production supplies a factory that builds the real steel-sdk adapter from resolved config; tests supply one that returns a FakeSteelClient.
steel-sdk
FakeSteelClient
Optional
The resolved provider/session configuration (region, credential refs already resolved upstream).
The Steel client instance the driver creates and drives sessions with.
A factory that constructs an ISteelClient for a session — the dependency-injection seam. Production supplies a factory that builds the real
steel-sdkadapter from resolved config; tests supply one that returns aFakeSteelClient.