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 a660372 commit 78afad6Copy full SHA for 78afad6
CHANGELOG.md
@@ -1,5 +1,15 @@
1
#Changelog
2
3
+## 7.2.7 (2017-07-10)
4
+
5
+### 增加
6
+* PutPolicy里面增加 isPrefixalScope 参数
7
8
+### 修正
9
+* 修复put方法遇到InputStream为0的时候进入死循环的问题
10
+* 修复put方法遇到IputStream的时候,出现的block's crc32 is not correct的问题
11
12
13
## 7.2.5 (2017-02-20)
14
### 增加
15
* 批量修改mimeType的操作
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