Skip to content

Commit 3c65371

Browse files
Fix: File storgae bucket change
1 parent 5292831 commit 3c65371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/s3fileurl.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { s3 } = require("../configs/s3_config"); // Import the S3 client from con
66

77
const Bucket = process.env.AWS_BUCKET_NAME; // Your S3 bucket name
88
//const Key ='farmpond4.pdf';
9-
const Expires = 90; // URL valid for 60 seconds
9+
const Expires = 90; // URL valid for 90 seconds
1010
const ContentType = 'application/pdf'; // Set the content type to PDF
1111

1212
//get-upload url

0 commit comments

Comments
 (0)