Skip to content

Commit

Permalink
修改预签名url demo的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreykzli committed Jun 6, 2023
1 parent 5952ef4 commit 03ed9cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ ResponseHeaderOverrides responseHeaders = new ResponseHeaderOverrides();
String responseContentType = "image/x-icon";
String responseContentLanguage = "zh-CN";
// 设置返回头部里包含文件名信息
String responseContentDispositon = "filename=\"exampleobject\"";
String responseContentDispositon = "filename=exampleobject";
String responseCacheControl = "no-cache";
String cacheExpireStr =
DateUtils.formatRFC822Date(new Date(System.currentTimeMillis() + 24L * 3600L * 1000L));
Expand Down

0 comments on commit 03ed9cb

Please sign in to comment.