Skip to content

Commit

Permalink
Change endpoint format for Jakarta region
Browse files Browse the repository at this point in the history
Change to working endpoint, tested OK locally
  • Loading branch information
rvaleria-dc authored Jul 25, 2024
1 parent d20fd26 commit 01fa585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/s3-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ const awsS3Endpoint = {
'ap-south-1': 's3-ap-south-1.amazonaws.com',
'ap-southeast-1': 's3-ap-southeast-1.amazonaws.com',
'ap-southeast-2': 's3-ap-southeast-2.amazonaws.com',
'ap-southeast-3': 's3-ap-southeast-3.amazonaws.com',
'ap-northeast-1': 's3-ap-northeast-1.amazonaws.com',
'cn-north-1': 's3.cn-north-1.amazonaws.com.cn',
'ap-east-1': 's3.ap-east-1.amazonaws.com',
'eu-north-1': 's3.eu-north-1.amazonaws.com',
'ap-southeast-3': 's3.ap-southeast-3.amazonaws.com',
// Add new endpoints here.

Check failure on line 38 in src/internal/s3-endpoints.ts

View workflow job for this annotation

GitHub Actions / Build on node lts

An object literal cannot have multiple properties with the same name.
}

Expand Down

0 comments on commit 01fa585

Please sign in to comment.