Skip to content

Commit

Permalink
fix: output stac bucket name not host (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaransweet authored Aug 8, 2024
1 parent 7769c01 commit 69e8227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions s3_website/infrastructure/construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(

CfnOutput(
self,
"bucket-website",
value=f"https://{self.bucket.bucket_website_domain_name}",
key="stacbrowserurl",
"stac-browser-bucket-name",
value=self.bucket.bucket_name,
key="stacbrowserbucketname",
)

0 comments on commit 69e8227

Please sign in to comment.