Stone.js API
    Preparing search index...

    Wires cloud storage into the container.

    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 }).

    Implements

    • IServiceProvider
    Index
    • Register the storage services.

      Returns Promiseable<void>