-
Notifications
You must be signed in to change notification settings - Fork 4.2k
fix(s3-deployment): wrong URL in BucketDeployment.deployedBucket.bucketWebsiteUrl #24055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(s3-deployment): wrong URL in BucketDeployment.deployedBucket.bucketWebsiteUrl #24055
Conversation
3befa4f
to
a9ceaa0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
edb79da
to
9653f46
Compare
✅ Updated pull request passes all PRLinter validations. Dissmissing previous PRLinter review.
…etWebsiteUrl Fixes aws#23354
9653f46
to
38c6742
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Fixes #23354
Without pass-through of all attribute values, it is currently not possible to automatically force a dependency on the deployment for every attribute.
This change merely sets the bucket's region & account, so that all computed website/domain attributes will now include the correct values. Other attributes, and manually set website/domain attributes are not supported.
Additionally the documentation has been extended to highlight the above issue and provide a workaround.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license