UNPKG

@itwin/object-storage-minio

Version:
12 lines 567 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: "minio", }; exports.Constants = constants; //# sourceMappingURL=Constants.js.map