We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292f15b commit 326c9b3Copy full SHA for 326c9b3
src/Qiniu/Config.php
@@ -3,9 +3,9 @@
3
4
final class Config
5
{
6
- const SDK_VER = '7.0.3';
+ const SDK_VER = '7.0.4';
7
8
- const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,暂不支持修改
+ const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
9
10
const IO_HOST = 'http://iovip.qbox.me'; // 七牛源站Host
11
const RS_HOST = 'http://rs.qbox.me'; // 文件元信息管理操作Host
0 commit comments