Skip to content

Commit

Permalink
[chore] content disposition 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi committed Jun 26, 2024
1 parent cd12637 commit 52c701e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ private ObjectMetadata getObjectMetadata(MultipartFile file) {
ObjectMetadata objectMetadata = new ObjectMetadata();
objectMetadata.setContentLength(file.getSize());
objectMetadata.setContentType(file.getContentType());
objectMetadata.setContentDisposition("inline");
return objectMetadata;
}

Expand Down

0 comments on commit 52c701e

Please sign in to comment.