mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Merge branch 'aws-gov-west' of https://github.com/amos6224/elasticsearch-1 into amos6224-aws-gov-west
This commit is contained in:
commit
bcc372a29e
@ -134,6 +134,8 @@ public class AwsEc2ServiceImpl extends AbstractLifecycleComponent<AwsEc2Service>
|
|||||||
endpoint = "ec2.us-west-2.amazonaws.com";
|
endpoint = "ec2.us-west-2.amazonaws.com";
|
||||||
} else if (region.equals("ap-southeast") || region.equals("ap-southeast-1")) {
|
} else if (region.equals("ap-southeast") || region.equals("ap-southeast-1")) {
|
||||||
endpoint = "ec2.ap-southeast-1.amazonaws.com";
|
endpoint = "ec2.ap-southeast-1.amazonaws.com";
|
||||||
|
} else if (region.equals("us-gov-west") || region.equals("us-gov-west-1")) {
|
||||||
|
endpoint = "ec2.us-gov-west-1.amazonaws.com";
|
||||||
} else if (region.equals("ap-southeast-2")) {
|
} else if (region.equals("ap-southeast-2")) {
|
||||||
endpoint = "ec2.ap-southeast-2.amazonaws.com";
|
endpoint = "ec2.ap-southeast-2.amazonaws.com";
|
||||||
} else if (region.equals("ap-northeast") || region.equals("ap-northeast-1")) {
|
} else if (region.equals("ap-northeast") || region.equals("ap-northeast-1")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user