Skip to content

Commit

Permalink
remove region: ap-northeast-1
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Jul 7, 2023
1 parent bcf4637 commit 9f9f558
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/main/java/com/qiniu/storage/Region.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,23 +207,6 @@ public static Region huanan() {
return region2();
}

/**
* 亚太-首尔机房相关域名
*
* @return 区域信息
*/
public static Region regionApNorthEast1() {
return new Builder().
region("ap-northeast-1").
srcUpHost("up-ap-northeast-1.qiniup.com").
accUpHost("upload-ap-northeast-1.qiniup.com").
iovipHost("iovip-ap-northeast-1.qiniuio.com").
rsHost("rs-ap-northeast-1.qiniuapi.com").
rsfHost("rsf-ap-northeast-1.qiniuapi.com").
apiHost("api-ap-northeast-1.qiniuapi.com").
build();
}

/**
* 北美机房相关域名
*
Expand Down

0 comments on commit 9f9f558

Please sign in to comment.