Skip to content

Commit

Permalink
Fix wrong CALL_AWS_REGION
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Nov 5, 2024
1 parent 0e0a017 commit a0449eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/s3.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class S3Service {
const config: S3ClientConfig = {};

if (CALL_AWS_REGION) {
config.endpoint = CALL_S3_SERVICE_ENDPOINT;
config.region = CALL_AWS_REGION;
}

if (CALL_S3_ACCESS_KEY && CALL_S3_SECRET_KEY) {
Expand Down

0 comments on commit a0449eb

Please sign in to comment.