Skip to content

Commit

Permalink
missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalinas authored Dec 16, 2020
1 parent 372f718 commit 6fefdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resty/aws.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ local function get_service_and_region(host)
local patterns = {
{'s3.amazonaws.com', 's3', 'us-east-1'},
{'s3-external-1.amazonaws.com', 's3', 'us-east-1'},
{'s3%.([a-z0-9-]+)%.amazonaws%.com', 's3', nil}
{'s3%.([a-z0-9-]+)%.amazonaws%.com', 's3', nil},
{'s3%-([a-z0-9-]+)%.amazonaws%.com', 's3', nil}
}

Expand Down

0 comments on commit 6fefdfc

Please sign in to comment.