Revert "route53: set listHostedZonesByName property"
This reverts commit 07b428f051.
We can just do this in the backend entirely
This commit is contained in:
@@ -134,7 +134,6 @@ angular.module('Application').controller('DomainsController', ['$scope', '$locat
|
||||
if (provider === 'route53') {
|
||||
data.accessKeyId = $scope.domainConfigure.accessKeyId;
|
||||
data.secretAccessKey = $scope.domainConfigure.secretAccessKey;
|
||||
data.listHostedZonesByName = true; // use the new listHostedZoneByName API
|
||||
} else if (provider === 'gcdns') {
|
||||
try {
|
||||
var serviceAccountKey = JSON.parse($scope.domainConfigure.gcdnsKey.content);
|
||||
|
||||
Reference in New Issue
Block a user