Skip to content

Commit

Permalink
chaged aws-sdk for JSv3
Browse files Browse the repository at this point in the history
  • Loading branch information
Manav Goel authored and VadimKovalenkoSNF committed Jul 28, 2023
1 parent 3f2c166 commit b67b348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/S3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b67b348

Please sign in to comment.