Skip to content

Commit

Permalink
feat: Remove AWS_REGION env as it is sourced automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Aug 6, 2023
1 parent 7527250 commit 51ad3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/src/indexer/indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class Indexer {
this.network = network;
this.deps = {
fetch,
s3: new AWS.S3({ region: process.env.AWS_REGION }),
s3: new AWS.S3(),
provisioner: new Provisioner(),
...deps,
};
Expand Down

0 comments on commit 51ad3be

Please sign in to comment.