From b67b348a48e401b0db920bcdce1586a1690edceb Mon Sep 17 00:00:00 2001 From: Manav Goel Date: Wed, 24 May 2023 22:53:48 +0530 Subject: [PATCH] chaged aws-sdk for JSv3 --- src/S3.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/S3.ts b/src/S3.ts index a025fa22..b06af0e5 100644 --- a/src/S3.ts +++ b/src/S3.ts @@ -18,7 +18,6 @@ class S3 { public async initialise() { const s3UrlBase: any = new URL(this.url); this.s3Handler = new S3Client({ - region: this.params.region, credentials: { accessKeyId: this.params.keyId, secretAccessKey: this.params.secretAccessKey,