Skip to content

Commit 05f473a

Browse files
authored
[AWS] added support for AWS ap-southeast-4 region (Melbourne) (#8055)
added support for AWS ap-southeast-4 region
1 parent 5ed8959 commit 05f473a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sky/catalog/data_fetchers/fetch_aws.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
'ap-northeast-2',
6161
'ap-southeast-1',
6262
'ap-southeast-2',
63+
'ap-southeast-4',
6364
'ap-northeast-1',
6465
]
6566
US_REGIONS = ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2']

0 commit comments

Comments
 (0)