Skip to content

Commit

Permalink
check upload
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Nov 17, 2024
1 parent 2a0188e commit fb7482f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mern-backend/controllers/modelController.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
const AWS = require("aws-sdk");
const fs = require("fs");
const s3 = new AWS.S3();
const kms = new AWS.KMS();

exports.getEncryptedModel = (req, res, next) => {};

0 comments on commit fb7482f

Please sign in to comment.