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 5292831 commit 3c65371Copy full SHA for 3c65371
controllers/s3fileurl.controller.js
@@ -6,7 +6,7 @@ const { s3 } = require("../configs/s3_config"); // Import the S3 client from con
6
7
const Bucket = process.env.AWS_BUCKET_NAME; // Your S3 bucket name
8
//const Key ='farmpond4.pdf';
9
-const Expires = 90; // URL valid for 60 seconds
+const Expires = 90; // URL valid for 90 seconds
10
const ContentType = 'application/pdf'; // Set the content type to PDF
11
12
//get-upload url
0 commit comments