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

Method setAuthDataAccounts

lib/Config.js:2064–2067  ·  view source on GitHub ↗
(accounts)

Source from the content-addressed store, hash-verified

2062 }
2063
2064 setAuthDataAccounts(accounts) {
2065 this.authData.accounts = accounts;
2066 this.emit('authdata-update');
2067 }
2068
2069 getAwsBucketName(locationConstraint) {
2070 return this.locationConstraints[locationConstraint].details.bucketName;

Callers 2

patchConfigurationFunction · 0.80
Config.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected