Skip to content

Commit 78afad6

Browse files
committed
add new parameter for putpolicy
update the changelog
1 parent a660372 commit 78afad6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#Changelog
22

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+
313
## 7.2.5 (2017-02-20)
414
### 增加
515
* 批量修改mimeType的操作

src/main/java/com/qiniu/util/Auth.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public final class Auth {
2626
"endUser",
2727
"saveKey",
2828
"insertOnly",
29+
"isPrefixalScope",
2930

3031
"detectMime",
3132
"mimeLimit",

0 commit comments

Comments
 (0)