@itwin/object-storage-s3
Version:
Object storage implementation base for S3 compatible providers
16 lines • 706 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Types = void 0;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
const types = {
bucket: Symbol.for("Types.Bucket"),
// eslint-disable-next-line @typescript-eslint/naming-convention
S3Server: {
config: Symbol.for("Types.S3Server.Config"),
},
};
exports.Types = types;
//# sourceMappingURL=Types.js.map