forked from aws/aws-parallelcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple region support from CLI release
Remove the constant variable and move the content to a file. This file will be uploaded to official S3 buckets during CLI release and/or region expansion. If the file in S3 is not accessible, the code falls back to the local file. The file in S3 is not accessible when we are developing new versions or network access is limited Signed-off-by: Hanwen <[email protected]>
- Loading branch information
1 parent
fcb798c
commit ff481cd
Showing
6 changed files
with
63 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
af-south-1 | ||
ap-east-1 | ||
ap-northeast-1 | ||
ap-northeast-2 | ||
ap-south-1 | ||
ap-southeast-1 | ||
ap-southeast-2 | ||
ca-central-1 | ||
cn-north-1 | ||
cn-northwest-1 | ||
eu-central-1 | ||
eu-north-1 | ||
eu-south-1 | ||
eu-west-1 | ||
eu-west-2 | ||
eu-west-3 | ||
il-central-1 | ||
me-south-1 | ||
sa-east-1 | ||
us-east-1 | ||
us-east-2 | ||
us-iso-east-1 | ||
us-isob-east-1 | ||
us-gov-east-1 | ||
us-gov-west-1 | ||
us-west-1 | ||
us-west-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters