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 b91ce80 commit cf1b832Copy full SHA for cf1b832
src/main/java/com/qiniu/api/rs/PutPolicy.java
@@ -56,6 +56,9 @@ private String marshal() throws JSONException {
56
if (this.asyncOps != null && this.asyncOps.length() > 0) {
57
stringer.key("asyncOps").value(this.asyncOps);
58
}
59
+ if (this.endUser != null && this.endUser.length() > 0) {
60
+ stringer.key("endUser").value(this.endUser);
61
+ }
62
stringer.key("deadline").value(this.expires);
63
stringer.endObject();
64
0 commit comments