Skip to content

Commit 3f86ee8

Browse files
YangSen-qnYangSen-qn
andauthored
remove region: ap-northeast-1 (#584)
Co-authored-by: YangSen-qn <[email protected]>
1 parent e2e0c28 commit 3f86ee8

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/main/java/com/qiniu/storage/Region.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -213,23 +213,6 @@ public static Region huanan() {
213213
return region2();
214214
}
215215

216-
/**
217-
* 亚太-首尔机房相关域名
218-
*
219-
* @return 区域信息
220-
*/
221-
public static Region regionApNorthEast1() {
222-
return new Builder().
223-
region("ap-northeast-1").
224-
srcUpHost("up-ap-northeast-1.qiniup.com").
225-
accUpHost("upload-ap-northeast-1.qiniup.com").
226-
iovipHost("iovip-ap-northeast-1.qiniuio.com").
227-
rsHost("rs-ap-northeast-1.qiniuapi.com").
228-
rsfHost("rsf-ap-northeast-1.qiniuapi.com").
229-
apiHost("api-ap-northeast-1.qiniuapi.com").
230-
build();
231-
}
232-
233216
/**
234217
* 北美机房相关域名
235218
*

0 commit comments

Comments
 (0)