File tree 4 files changed +1
-25
lines changed
4 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 4
4
* 对象存储,新增请求中间件逻辑,方便拓展请求逻辑
5
5
* 对象存储,新增备用 UC 域名用于查询区域域名
6
6
* 对象存储,修复分片上传初始化失败无法快速失败
7
+ * 对象存储,移除首尔区域
7
8
8
9
## 7.9.0 (2023-03-31)
9
10
* 对象存储,修复无法对 key 为空字符串的对象进行操作
Original file line number Diff line number Diff line change @@ -156,20 +156,6 @@ public static function regionSingapore()
156
156
return $ regionSingapore ;
157
157
}
158
158
159
- //首尔
160
- public static function regionSeoul ()
161
- {
162
- //首尔
163
- return new Region (
164
- array ('up-ap-northeast-1.qiniup.com ' ),
165
- array ('upload-ap-northeast-1.qiniup.com ' ),
166
- "rs-ap-northeast-1.qiniuapi.com " ,
167
- "rsf-ap-northeast-1.qiniuapi.com " ,
168
- "api-ap-northeast-1.qiniuapi.com " ,
169
- "iovip-ap-northeast-1.qiniuio.com "
170
- );
171
- }
172
-
173
159
/*
174
160
* GET /v4/query?ak=<ak>&bucket=<bucket>
175
161
**/
Original file line number Diff line number Diff line change @@ -35,11 +35,6 @@ public static function zoneNa0()
35
35
return parent ::regionNorthAmerica ();
36
36
}
37
37
38
- public static function zoneApNortheast1 ()
39
- {
40
- return parent ::regionSeoul ();
41
- }
42
-
43
38
public static function qvmZonez0 ()
44
39
{
45
40
return parent ::qvmRegionHuadong ();
Original file line number Diff line number Diff line change @@ -122,12 +122,6 @@ public function testZoneAs0()
122
122
$ this ->assertContains ('upload-as0.qiniup.com ' , $ zone ->cdnUpHosts );
123
123
}
124
124
125
- public function testZoneApNortheast1 ()
126
- {
127
- $ zone = Zone::zoneApNortheast1 ();
128
- $ this ->assertContains ('upload-ap-northeast-1.qiniup.com ' , $ zone ->cdnUpHosts );
129
- }
130
-
131
125
public function testQvmZonez0 ()
132
126
{
133
127
$ zone = Zone::qvmZonez0 ();
You can’t perform that action at this time.
0 commit comments