I wanted to display a file from s3 bucket when the URL "/file/key" is called
app.get("/file/:key", getFileFromS3); exports.getFileFromS3