mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Update src/main/java/org/elasticsearch/gateway/s3/S3Gateway.java
This commit is contained in:
parent
f9b11e2422
commit
f1297eec81
@ -72,6 +72,8 @@ public class S3Gateway extends BlobStoreGateway {
|
||||
region = "ap-southeast-1";
|
||||
} else if ("ap-southeast-1".equals(regionSetting.toLowerCase())) {
|
||||
region = "ap-southeast-1";
|
||||
} else if ("ap-southeast-2".equals(regionSetting.toLowerCase())) {
|
||||
region = "ap-southeast-2";
|
||||
} else if ("eu-west".equals(regionSetting.toLowerCase())) {
|
||||
region = "EU";
|
||||
} else if ("eu-west-1".equals(regionSetting.toLowerCase())) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user