Skip to content

Commit 8bea360

Browse files
koolhead17harshavardhana
authored andcommitted
S3Endpoints: Added eu-west-2 to the endpoint list. (#499)
1 parent 7fef088 commit 8bea360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/src/main/java/io/minio/AwsS3Endpoints.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ enum AwsS3Endpoints {
4242
endpoints.put("eu-central-1", "s3-eu-central-1.amazonaws.com");
4343
// eu-west-1
4444
endpoints.put("eu-west-1", "s3-eu-west-1.amazonaws.com");
45+
// eu-west-2
46+
endpoints.put("eu-west-2", "s3-eu-west-2.amazonaws.com");
4547
// sa-east-1
4648
endpoints.put("sa-east-1", "s3-sa-east-1.amazonaws.com");
4749
// us-west-1

0 commit comments

Comments
 (0)