Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricnz committed Jan 27, 2024
2 parents 2f69acb + 5fdcb1b commit 8b296dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class RevolverConfig {
}

async readConfigFromS3(configBucket: string, configKey: string): Promise<string> {
const config = getAwsConfig('ap-southeast-2'); // TODO: FIXME! should be able to get default region from somewhere?
const config = getAwsConfig();
const s3 = new S3Client(config);
logger.debug(`Fetching config from bucket [${configBucket}] key [${configKey}]`);

Expand Down

0 comments on commit 8b296dc

Please sign in to comment.