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

Function azureGetStorageAccountName

lib/Config.js:206–211  ·  view source on GitHub ↗
(location, locationDetails)

Source from the content-addressed store, hash-verified

204}
205
206function azureGetStorageAccountName(location, locationDetails) {
207 const { azureStorageAccountName } = locationDetails;
208 const storageAccountNameFromEnv =
209 process.env[`${location}_AZURE_STORAGE_ACCOUNT_NAME`];
210 return storageAccountNameFromEnv || azureStorageAccountName;
211}
212
213function azureGetLocationCredentials(location, locationDetails) {
214 const storageAccessKey =

Callers 3

Config.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected