Skip to content

Commit 6baff8f

Browse files
authored
Merge pull request #253 from qiniu/fix/zone
remove seoul zone
2 parents 33d8577 + 26efbc3 commit 6baff8f

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ v8.4.0
1010

1111
更改:查询区域域名后端接口更新
1212

13+
移除:首尔区域移除
14+
1315
更改:部分服务域名由字面量提取为常量
1416

1517
新增:对象存储,更改文件禁用状态

src/Qiniu/Storage/Zone.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,5 @@ public class Zone
112112
SrcUpHosts = new string[] { "up-as0.qiniup.com" },
113113
CdnUpHosts = new string[] { "upload-as0.qiniup.com" }
114114
};
115-
116-
/// <summary>
117-
/// 亚太-首尔
118-
/// </summary>
119-
public static Zone ZONE_AP_Seoul = new Zone()
120-
{
121-
RsHost = "rs-ap-northeast-1.qiniuapi.com",
122-
RsfHost = "rsf-ap-northeast-1.qiniuapi.com",
123-
ApiHost = "api-ap-northeast-1.qiniuapi.com",
124-
IovipHost = "iovip-ap-northeast-1.qiniuio.com",
125-
SrcUpHosts = new string[] { "up-ap-northeast-1.qiniup.com" },
126-
CdnUpHosts = new string[] { "upload-ap-northeast-1.qiniup.com" }
127-
};
128115
}
129116
}

0 commit comments

Comments
 (0)