MCPcopy
hub / github.com/TTLabs/EvaporateJS / testV2Authorization

Function testV2Authorization

test/auth.spec.js:30–35  ·  view source on GitHub ↗
(t, initConfig, addCfg)

Source from the content-addressed store, hash-verified

28 return 'AWS testkey:' + signature
29}
30function testV2Authorization(t, initConfig, addCfg) {
31 const config = {awsSignatureVersion: '2', signerUrl: 'http://what.ever/signv2'}
32 const evapConfig = Object.assign({}, config, initConfig)
33
34 return testCommonAuthorization(t, addCfg, evapConfig);
35}
36function testV2ToSign(t, request, amzHeaders, addConfig, evapConfig) {
37 return testV2Authorization(t, evapConfig, addConfig)
38 .then(function () {

Callers 3

testV2ToSignFunction · 0.85
testV2ListPartsFunction · 0.85
auth.spec.jsFile · 0.85

Calls 1

testCommonAuthorizationFunction · 0.85

Tested by

no test coverage detected