Skip to content

Commit 8d91660

Browse files
koolhead17harshavardhana
authored andcommitted
AwsS3Endpoints.java: Added Canada (Central) to the list. (#495)
1 parent 276286e commit 8d91660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ enum AwsS3Endpoints {
5050
endpoints.put("us-west-2", "s3-us-west-2.amazonaws.com");
5151
// us-east-1
5252
endpoints.put("us-east-1", "s3.amazonaws.com");
53-
// use-east-2
53+
// us-east-2
5454
endpoints.put("us-east-2", "s3-us-east-2.amazonaws.com");
55+
//ca-central-1
56+
endpoints.put("ca-central-1", "s3.ca-central-1.amazonaws.com");
5557
// cn-north-1
5658
endpoints.put("cn-north-1", "s3.cn-north-1.amazonaws.com.cn");
5759
}

0 commit comments

Comments
 (0)