UNPKG

@itwin/object-storage-google

Version:

Object storage implementation using Google Cloud Storage

12 lines 709 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.ClientStorageWrapperFactory = void 0; const server_1 = require("../../server"); class ClientStorageWrapperFactory extends server_1.StorageWrapperFactory { } exports.ClientStorageWrapperFactory = ClientStorageWrapperFactory; //# sourceMappingURL=ClientStorageWrapperFactory.js.map