Commit 9ca3034f by Pragati Upadhyay

conTentType

parent 05959121
......@@ -14,6 +14,7 @@ const s3 = new AWS.S3({
})
module.exports.uploadToAwsS3 = async function (localPath, remotePath, options) {
console.log("🚀 ~ options:", options)
const buffer = Fs.readFileSync(localPath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment