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

Method getAzureStorageCredentials

lib/Config.js:2149–2154  ·  view source on GitHub ↗
(locationConstraint)

Source from the content-addressed store, hash-verified

2147 }
2148
2149 getAzureStorageCredentials(locationConstraint) {
2150 return azureGetLocationCredentials(
2151 locationConstraint,
2152 this.locationConstraints[locationConstraint].details
2153 );
2154 }
2155
2156 getPfsDaemonEndpoint(locationConstraint) {
2157 return process.env[`${locationConstraint}_PFSD_ENDPOINT`] ||

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected