Hi, I would like to know if its possible to set the content disposition headers when calling GetPresignedObjectUrl?
My need is because I store the objects with unique IDs but on download they have an actual filename that the user sets.
For instance if they upload a PDF with the name document.pdf I would store it as 2837-2933-3443 and on download I would want to set the headers so that I get back the document.pdf.
I noticed that in the AWS SDK this is feasible using ResponseContentDisposition on the arguments passed to GetPresignedObjectURL.
Hi, I would like to know if its possible to set the content disposition headers when calling GetPresignedObjectUrl?
My need is because I store the objects with unique IDs but on download they have an actual filename that the user sets.
For instance if they upload a PDF with the name
document.pdfI would store it as2837-2933-3443and on download I would want to set the headers so that I get back thedocument.pdf.I noticed that in the AWS SDK this is feasible using
ResponseContentDispositionon the arguments passed to GetPresignedObjectURL.