-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: ec2-plugin
In the setup screen, "Asia Pacific (Tokyo)" does not appear in "Region" drop-down menu, but "Asia Pacific (singapore)" is displayed in duplication.
It may wrong AwsRegion Enum definition at folloing line.
https://github.com/jenkinsci/ec2-plugin/blob/ec2-1.11/src/main/java/hudson/plugins/ec2/AwsRegion.java#L23
I think this line should be specified with "Messages._AwsRegion_ApNorthEast()".