remove unncessary code and confidential data

This commit is contained in:
prafullnavkar-nxg
2023-10-23 12:23:15 +05:30
parent 95516ce9da
commit 8938a19358
16 changed files with 54 additions and 548 deletions
@@ -64,7 +64,7 @@ async function uploadFile(req, res) {
s3,
bucket: DO_SPACE,
metadata: function (req, file, cb) {
cb(null, { fieldName: 'TESTING_METADATA' });
cb(null, { fieldName: 'OPENSIGN_METADATA' });
},
key: function (req, file, cb) {
//console.log(file);