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")