Skip to content

Commit

Permalink
minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Noel committed Sep 14, 2023
1 parent 8ee746d commit 290e014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws/src/clients/s3.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class S3Client implements S3ClientInterface {
*/
constructor(
@inject("LogHandlerInterface") private readonly logHandler: LogHandlerInterface,
@inject("%pristine.aws.region%") public readonly region: string,
@inject("%pristine.aws.region%") public region: string,
) {
}

Expand Down

0 comments on commit 290e014

Please sign in to comment.