Skip to content

Commit

Permalink
Add additional regions that KVS is now supported in.
Browse files Browse the repository at this point in the history
  • Loading branch information
MixMasterMitch committed Jan 28, 2020
1 parent 9fbd287 commit d67c54b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,20 @@ <h1>Amazon Kinesis Video Streams Media Viewer</h1>
<div class="form-group">
<label>Region</label>
<select id="region" class="form-control form-control-sm">
<option>ap-east-1</option>
<option>ap-northeast-1</option>
<option>ap-northeast-2</option>
<option>ap-south-1</option>
<option>ap-southeast-1</option>
<option>ap-southeast-2</option>
<option>ca-central-1</option>
<option>eu-central-1</option>
<option>eu-west-1</option>
<option>eu-west-2</option>
<option>eu-west-3</option>
<option>sa-east-1</option>
<option selected>us-east-1</option>
<option>us-east-2</option>
<option>us-west-2</option>
</select>
</div>
Expand Down

0 comments on commit d67c54b

Please sign in to comment.