We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cca00 commit e9cdc25Copy full SHA for e9cdc25
CHANGELOG.md
@@ -1,5 +1,14 @@
1
#Changelog
2
3
+## 7.1.1 (2016-11-02)
4
+### 修正
5
+* 多区域配置文件存储目录从home修改到tmp目录
6
+
7
8
+## 7.1.0 (2016-10-22)
9
+### 增加
10
+* 多存储区域的支持
11
12
## 7.0.8 (2016-07-19)
13
### 增加
14
* demo
src/Qiniu/Config.php
@@ -5,7 +5,7 @@
final class Config
{
- const SDK_VER = '7.1.0';
+ const SDK_VER = '7.1.1';
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
0 commit comments