From 697814c5862deb5c15929ea125d39590ebd9e4aa Mon Sep 17 00:00:00 2001 From: Ishan Date: Wed, 17 Jul 2024 10:35:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20unused=20props?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/AwskmsUtils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/AwskmsUtils.ts b/src/utils/AwskmsUtils.ts index 3c21611fd..b034bad1a 100644 --- a/src/utils/AwskmsUtils.ts +++ b/src/utils/AwskmsUtils.ts @@ -8,8 +8,6 @@ export interface KeyConfig { accessKeyId?: string; secretAccessKey?: string; region: string; - bucketName: string; - fileKey: string; } export interface AwskmsConfig {