Skip to content

Commit

Permalink
added crypto import
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantpatil1214 committed Nov 22, 2024
1 parent 2869f3f commit 07a044f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/minioClient.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as Minio from "minio";
import { getConfig } from '../config/config';
import logger from '../logger';
import crypto from 'crypto';

const {endPoint, port, useSSL, bucketRegion, accessKey, secretKey} = getConfig().minio;

Expand Down

0 comments on commit 07a044f

Please sign in to comment.