Skip to content

Commit 1da5187

Browse files
authored
Merge pull request #308 from jemygraw/master
add new putpolicy parameter and update changelog
2 parents f30c2e5 + 2ada641 commit 1da5187

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
#Changelog
1+
# 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的问题
210

311
## 7.2.5 (2017-02-20)
412
### 增加

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)