Skip to content
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(cloudfront): logging bucket uses regional domain name #10570

Merged
merged 4 commits into from
Sep 29, 2020

Commits on Sep 28, 2020

  1. fix(cloudfront): logging bucket uses regional domain name

    According to the CloudFront docs, the logging bucket should be specified as the
    bucket domain name. #2554 updated origin buckets to use the regional bucket
    domain names -- which is correct -- but also incorrectly updated the logging
    bucket specifications as well.
    
    This has a minor impact of being unable to navigate to the logging bucket from
    the CloudFront console, but otherwise the logs are stored correctly.
    
    fixes #10512
    njlynch committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    688d4d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    428f029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21cee21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84734eb View commit details
    Browse the repository at this point in the history