We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecd8ca commit b916534Copy full SHA for b916534
CHANGELOG.md
@@ -1,5 +1,9 @@
1
#Changelog
2
3
+## 7.1.3 (2016-11-18)
4
+### 增加
5
+* move, copy操作增加force参数
6
+
7
## 7.1.2 (2016-11-12)
8
### 修正
9
* 明确抛出获取各区域域名失败时的报错
src/Qiniu/Config.php
@@ -5,7 +5,7 @@
final class Config
{
- const SDK_VER = '7.1.2';
+ const SDK_VER = '7.1.3';
10
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
11
0 commit comments