-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Will this library support Metadata and Content-Disposition?
I've tried adding Content-Disposition like this:
var upload = multer({
storage: multerS3({
s3: s3,
Bucket: s3Bucket,
ContentType: multerS3.AUTO_CONTENT_TYPE,
ContentDisposition: 'attachment',
Key: (req, file, cb) => {
cb(null, file.originalname);
}
}),
fileFilter: mediaFilter
});
but in my S3 bucket, the metadata Content-Disposition does not get added.
S3 Upload Property has Content-Disposition as one of its properties.
Looking forward to this.
Metadata
Metadata
Assignees
Labels
No labels