Add china S3 regions

This commit is contained in:
Johannes Zellner
2020-12-02 18:20:58 +01:00
parent 46ffcdbf75
commit 709a12e74c
3 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
{ name: 'Asia Pacific (Sydney)', value: 'ap-southeast-2' },
{ name: 'Asia Pacific (Tokyo)', value: 'ap-northeast-1' },
{ name: 'Canada (Central)', value: 'ca-central-1' },
{ name: 'China (Beijing)', value: 'cn-north-1' },
{ name: 'China (Ningxia)', value: 'cn-northwest-1' },
{ name: 'EU (Frankfurt)', value: 'eu-central-1' },
{ name: 'EU (Ireland)', value: 'eu-west-1' },
{ name: 'EU (London)', value: 'eu-west-2' },