ugh, typo

This commit is contained in:
Girish Ramakrishnan
2023-02-03 11:27:57 +01:00
parent e448bf3de0
commit f30e28b263

View File

@@ -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' },