-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/s3 alias multiple region (#28)
* feat: support multiple s3 region in which the stack is deployed in * chore: update website alias test spec
- Loading branch information
1 parent
aaacf18
commit 1e0362b
Showing
4 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Reference: https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints | ||
S3AliasHostedZone: | ||
ap-southeast-2: | ||
HostedZoneId: Z1WCIGYICN2BYD | ||
us-west-2: | ||
HostedZoneId: Z3BJ6K6RIION7M |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters