Skip to content

Commit dd3db2b

Browse files
committed
Merge pull request github#518 from sopel/patch-1
Added AWS São Paulo region ('sa-east-1').
2 parents 68c0b7d + 1244407 commit dd3db2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/aws.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ getRegionQueues = (region, msg) ->
161161

162162
msg.send "#{queueDesc} / oldest msg ~[#{timestamp}] / #{url}"
163163

164-
defaultRegions = 'us-east-1,us-west-1,us-west-2,eu-west-1,ap-southeast-1,ap-northeast-1'
164+
defaultRegions = 'us-east-1,us-west-1,us-west-2,eu-west-1,ap-southeast-1,ap-northeast-1,sa-east-1'
165165

166166
module.exports = (robot) ->
167167
robot.respond /(^|\W)sqs status(\z|\W|$)/i, (msg) ->

0 commit comments

Comments
 (0)