Core generic object storage interfaces
npm install @itwin/object-storage-coreServerStorage and ClientStorage. ServerStorage is intended to be used by services that use object storage po persist data that is later accessed by the service clients using ClientStorage.
ServerStorageDependency, ClientStorageDependency). See the @itwin/object-storage-tests package in this repository for an example on how to register storage interfaces and bind implementations, StorageIntegrationTests.ts module models minimal application startup class.