From 6b182c8a18189b98f4fda868bce517f4f80c7221 Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Mon, 2 Feb 2015 13:25:06 -0800 Subject: Fix region bug AWS Data Pipeline is not actually available in `eu-central-1` according to the [regions and endpoints](http://docs.aws.amazon.com/general/latest/gr/rande.html#datapipeline_region) documentation. This just removes the line that was mistakenly added. --- boto/endpoints.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boto/endpoints.json b/boto/endpoints.json index 535d7685..ea3eb44d 100644 --- a/boto/endpoints.json +++ b/boto/endpoints.json @@ -112,8 +112,7 @@ "us-west-2": "datapipeline.us-west-2.amazonaws.com", "eu-west-1": "datapipeline.eu-west-1.amazonaws.com", "ap-southeast-2": "datapipeline.ap-southeast-2.amazonaws.com", - "ap-northeast-1": "datapipeline.ap-northeast-1.amazonaws.com", - "eu-central-1": "datapipeline.eu-central-1.amazonaws.com" + "ap-northeast-1": "datapipeline.ap-northeast-1.amazonaws.com" }, "directconnect": { "ap-northeast-1": "directconnect.ap-northeast-1.amazonaws.com", -- cgit v1.2.1