Skip to content

Commit

Permalink
fix: output stac bucket name not host
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaransweet committed Aug 8, 2024
1 parent b8ac115 commit 445b41a
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 445b41a

Please sign in to comment.