Skip to content

Commit

Permalink
Add region for NRT ap-northeast-1 [sc-102166]
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaan committed Jan 19, 2024
1 parent 26840de commit a2aa950
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.bundle
.vagrant
.DS_Store
.serverless
.vscode
.idea
vendor/*
*.tar.gz
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
MovableInkAWS (2.8.8)
MovableInkAWS (2.8.9)
aws-sdk-athena (~> 1)
aws-sdk-autoscaling (~> 1)
aws-sdk-cloudwatch (~> 1)
Expand Down
3 changes: 2 additions & 1 deletion lib/movable_ink/aws.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def regions
'dub' => 'eu-west-1',
'ord' => 'us-east-2',
'fra' => 'eu-central-1',
'par' => 'eu-west-3'
'par' => 'eu-west-3',
'nrt' => 'ap-northeast-1',
}
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/movable_ink/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module MovableInk
class AWS
VERSION = '2.8.8'
VERSION = '2.8.9'
end
end

0 comments on commit a2aa950

Please sign in to comment.