-
Notifications
You must be signed in to change notification settings - Fork 4k
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(aws-cloudfront): Fix loggingConfig being ignored #805
Conversation
feat(aws-s3): Add support for domainName on BucketRef instead of just Bucket LoggingConfiguration now requires bucket instead of it being optional. There is no point to including a LoggingConfiguration without a bucket (no-breaking). Fixes aws#721
I was ready to approve this, but while fixing up the docstrings I noticed that the intended purpose of That still seems like desirable behavior to me, so can you make that work? It involves new'ing up an |
Oh and apparently I broke something. Sorry! 👀 |
I will take a look at the auto generation! |
Auto generate logging bucket if one is not provided + tests
@rix0rrr Lets pause this one for a second, found a potential issue with CloudFormation |
@rix0rrr Resolved the issue. |
@rix0rrr Fixed merge issue from the other PR being accepted, if possible can you cut a release after this PR is accepted? |
I messed up and overlooked export(), reverting to a different branch to keep the commits clean |
feat(aws-s3): Add support for domainName on BucketRef instead of just Bucket
Fixes #721
Note: I know this goes against the policy of one fix/feature/ect per PR, but the s3 feature was required to complete this PR.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.