MCPcopy Index your code
hub / github.com/scality/cloudserver / getConfig

Function getConfig

tests/functional/aws-node-sdk/test/support/config.js:92–97  ·  view source on GitHub ↗
(profile, config)

Source from the content-addressed store, hash-verified

90}
91
92function getConfig(profile, config) {
93 if (process.env.AWS_ON_AIR) {
94 return _getAwsConfig(profile, config);
95 }
96 return _getMemConfig(profile, config);
97}
98
99module.exports = getConfig;

Callers 15

helpers.jsFile · 0.50
versioning-util.jsFile · 0.50
createEncryptedBucketFunction · 0.50
customS3Request.jsFile · 0.50
constructorMethod · 0.50
index.jsFile · 0.50
tests.jsFile · 0.50
get.jsFile · 0.50

Calls 2

_getAwsConfigFunction · 0.85
_getMemConfigFunction · 0.85

Tested by

no test coverage detected