Skip to content

Commit

Permalink
Add AWS Sweden ( eu-north-1 ) region (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
helariL committed Apr 19, 2023
1 parent 8699e84 commit 1941a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/s3-endpoints.js
Expand Up @@ -32,7 +32,8 @@ let awsS3Endpoint = {
'ap-southeast-2': 's3-ap-southeast-2.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'
'ap-east-1': 's3.ap-east-1.amazonaws.com',
'eu-north-1': 's3.eu-north-1.amazonaws.com'
// Add new endpoints here.
}

Expand Down

0 comments on commit 1941a39

Please sign in to comment.