We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5cb66 commit b2981dcCopy full SHA for b2981dc
controllers/s3fileurl.controller.js
@@ -16,7 +16,7 @@ const ContentType = 'application/pdf'; // Set the content type to PDF
16
return res.status(400).json({ error: "Missing 'fileName' in query params" });
17
}
18
19
- console.log(Key);
+ //console.log(Key);
20
21
22
const command = new PutObjectCommand({Bucket, Key, ContentType});
0 commit comments