"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ENDPOINT_URI = exports.GATEWAY = exports.ACCESS_KEY_MIN_LENGTH = void 0;
exports.ACCESS_KEY_MIN_LENGTH = 16;
exports.GATEWAY = 'gateway';
exports.ENDPOINT_URI = '/endpoint';