Skip to content

Commit

Permalink
add additional test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Nov 13, 2019
1 parent c6eb6b6 commit 99eacad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions service/s3/testdata/virtual_host.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,15 @@
"UseS3Accelerate": false,
"S3UsEast1RegionalEndpoint": "regional"
},
{
"Bucket": "bucket-name",
"ConfiguredAddressingStyle": "default",
"ExpectedUri": "https://bucket-name.s3.us-west-2.amazonaws.com",
"Region": "us-west-2",
"UseDualstack": false,
"UseS3Accelerate": false,
"S3UsEast1RegionalEndpoint": "regional"
},
{
"Bucket": "bucket-name",
"ConfiguredAddressingStyle": "default",
Expand Down

0 comments on commit 99eacad

Please sign in to comment.