The Content-Disposition header value. Controls how the file is presented when downloaded.
property
S3FilePresignOptions.contentDisposition
contentDisposition?: string
// Setting attachment disposition with filename
const file = s3.file("report.pdf", {
contentDisposition: "attachment; filename=\"quarterly-report.pdf\""
});