UNPKG

@itwin/object-storage-google

Version:

Object storage implementation using Google Cloud Storage

12 lines 568 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.Constants = void 0; const constants = { storageType: "google", }; exports.Constants = constants; //# sourceMappingURL=Constants.js.map