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.
2 parents f30c2e5 + 2ada641 commit 1da5187Copy full SHA for 1da5187
CHANGELOG.md
@@ -1,4 +1,12 @@
1
-#Changelog
+# Changelog
2
+
3
+## 7.2.7 (2017-07-10)
4
+### 增加
5
+* PutPolicy里面增加 isPrefixalScope 参数
6
7
+### 修正
8
+* 修复put方法遇到InputStream为0的时候进入死循环的问题
9
+* 修复put方法遇到IputStream的时候,出现的block's crc32 is not correct的问题
10
11
## 7.2.5 (2017-02-20)
12
### 增加
src/main/java/com/qiniu/util/Auth.java
@@ -26,6 +26,7 @@ public final class Auth {
26
"endUser",
27
"saveKey",
28
"insertOnly",
29
+ "isPrefixalScope",
30
31
"detectMime",
32
"mimeLimit",
0 commit comments