From 706999fde3f5aeaf17bd9f847757ca69c1d01711 Mon Sep 17 00:00:00 2001 From: Lachlan Donald Date: Fri, 12 Apr 2019 20:07:21 +1000 Subject: [PATCH] Public to newer aws regions --- .buildkite/steps/upload-to-s3.sh | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.buildkite/steps/upload-to-s3.sh b/.buildkite/steps/upload-to-s3.sh index 46f2ea4..8dfeb34 100755 --- a/.buildkite/steps/upload-to-s3.sh +++ b/.buildkite/steps/upload-to-s3.sh @@ -6,18 +6,21 @@ export AWS_DEFAULT_REGION=us-east-1 # export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY:-$SANDBOX_AWS_SECRET_ACCESS_KEY} EXTRA_REGIONS=( - us-east-2 - us-west-1 - us-west-2 - eu-west-1 - eu-west-2 - eu-central-1 - ap-northeast-1 - ap-northeast-2 - ap-southeast-1 - ap-southeast-2 - ap-south-1 - sa-east-1 + us-east-2 + us-west-1 + us-west-2 + ap-south-1 + ap-northeast-2 + ap-southeast-1 + ap-southeast-2 + ap-northeast-1 + ca-central-1 + eu-central-1 + eu-west-1 + eu-west-2 + eu-west-3 + eu-north-1 + sa-east-1 ) VERSION=$(buildkite-agent meta-data get "version")