From 0032d04fa240c751d5436d9f8d1e4c1df840b12a Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Wed, 8 Feb 2023 11:49:47 -0500 Subject: [PATCH] Add iad datacenter; make Sydney consistent --- global.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/global.js b/global.js index 3c59045..378a3aa 100644 --- a/global.js +++ b/global.js @@ -49,9 +49,10 @@ var regionNames = { "ap-northeast-1a": "Tokyo 2, JP", "ca-central": "Toronto, ON, CA", "ap-west": "Mumbai, IN", - "ap-southeast": "Sydney, AU", + "ap-southeast": "Sydney, NSW, AU", "philadelphia": "Philadelphia, PA, USA", - "absecon": "Absecon, NJ, USA" + "absecon": "Absecon, NJ, USA", + "us-iad": "Washington DC, USA" }; // Human-readable event titles