Revert "route53: set listHostedZonesByName property"

This reverts commit 07b428f051.

We can just do this in the backend entirely
This commit is contained in:
Girish Ramakrishnan
2018-05-07 13:41:31 -07:00
parent c678a9b6d7
commit ed57e701bc
2 changed files with 0 additions and 2 deletions

View File

@@ -108,7 +108,6 @@ app.controller('SetupDNSController', ['$scope', '$http', '$timeout', 'Client', f
if (provider === 'route53') {
data.accessKeyId = $scope.dnsCredentials.accessKeyId;
data.secretAccessKey = $scope.dnsCredentials.secretAccessKey;
data.listHostedZonesByName = true; // use the new listHostedZoneByName API
} else if (provider === 'gcdns') {
try {
var serviceAccountKey = JSON.parse($scope.dnsCredentials.gcdnsKey.content);