(locationConstraints)
| 2100 | } |
| 2101 | |
| 2102 | setReplicationEndpoints(locationConstraints) { |
| 2103 | this.replicationEndpoints = |
| 2104 | Object.keys(locationConstraints) |
| 2105 | .map(key => ({ site: key, type: locationConstraints[key].type })); |
| 2106 | } |
| 2107 | |
| 2108 | getAzureEndpoint(locationConstraint) { |
| 2109 | let azureStorageEndpoint = |
no outgoing calls
no test coverage detected