(locationConstraint)
| 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`] || |
nothing calls this directly
no test coverage detected