@ingestkorea/client-sens
Version:
INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.
11 lines (10 loc) • 680 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NCP_SIGNATURE = exports.NCP_TIMESTAMP = exports.NCP_ACCESS_KEY = exports.INGESTKOREA_RETRY_DELAY = exports.INGESTKOREA_RETRY = exports.INGESTKOREA_REQUEST_LOG = exports.INGESTKOREA_USER_AGENT = void 0;
exports.INGESTKOREA_USER_AGENT = "x-ingestkorea-user-agent";
exports.INGESTKOREA_REQUEST_LOG = "x-ingestkorea-request";
exports.INGESTKOREA_RETRY = "x-ingestkorea-attempts";
exports.INGESTKOREA_RETRY_DELAY = "x-ingestkorea-total-retry-delay";
exports.NCP_ACCESS_KEY = "x-ncp-iam-access-key";
exports.NCP_TIMESTAMP = "x-ncp-apigw-timestamp";
exports.NCP_SIGNATURE = "x-ncp-apigw-signature-v2";