From stone.filesystem it builds a StorageManager, registers a lazy factory per
configured disk (the driver, hence its SDK, is only constructed on first access), and binds the
manager as storage and the default disk as fileSystem, so a handler or service can inject
either: constructor ({ fileSystem }) or constructor ({ storage }).
Wires cloud storage into the container.
From
stone.filesystemit builds a StorageManager, registers a lazy factory per configured disk (the driver, hence its SDK, is only constructed on first access), and binds the manager asstorageand the default disk asfileSystem, so a handler or service can inject either:constructor ({ fileSystem })orconstructor ({ storage }).