Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsam committed Dec 12, 2024
1 parent d0e6560 commit 2bf06da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backends/s3/create-s3-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ export function createS3Client(uri: string): S3Client {
process.env.AWS_ENDPOINT_URL;

config.logger = console;
console.log(config);
return new S3Client(config);
}

0 comments on commit 2bf06da

Please sign in to comment.