diff --git a/src/js/client.js b/src/js/client.js index ab663159b..022b0a35e 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -91,7 +91,7 @@ var SECRET_PLACEHOLDER = String.fromCharCode(0x25CF).repeat(8); // List is from http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region const REGIONS_S3 = [ - { name: 'Asia Pacific (Melbourne)', value: 'Asia Pacific (Melbourne)' }, + { name: 'Asia Pacific (Melbourne)', value: 'ap-southeast-4' }, { name: 'Asia Pacific (Mumbai)', value: 'ap-south-1' }, { name: 'Asia Pacific (Osaka-Local)', value: 'ap-northeast-3' }, { name: 'Asia Pacific (Seoul)', value: 'ap-northeast-2' },