Skip to content

Commit

Permalink
Merge pull request #308 from jemygraw/master
Browse files Browse the repository at this point in the history
add new putpolicy parameter and update changelog
  • Loading branch information
jemygraw authored Jul 10, 2017
2 parents f30c2e5 + 2ada641 commit 1da5187
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#Changelog
# Changelog

## 7.2.7 (2017-07-10)
### 增加
* PutPolicy里面增加 isPrefixalScope 参数

### 修正
* 修复put方法遇到InputStream为0的时候进入死循环的问题
* 修复put方法遇到IputStream的时候,出现的block's crc32 is not correct的问题

## 7.2.5 (2017-02-20)
### 增加
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/qiniu/util/Auth.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public final class Auth {
"endUser",
"saveKey",
"insertOnly",
"isPrefixalScope",

"detectMime",
"mimeLimit",
Expand Down

0 comments on commit 1da5187

Please sign in to comment.