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

Add a switch on the bucket policy #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 2, 2021

  1. Allow to disable the bucket policy

    If you manage the bucket policy for example for CRR or SRR already outside
    the module, you need to be able to handle the policy without the module.
    
    Signed-off-by: Arne-Kristian Hingst <arne@hingst.it>
    hingstarne committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    acd33d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from freeletics/feature/enable_policy

    Allow to disable the bucket policy
    hingstarne authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    0fd5a82 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Adding Custom origins and behaviors

    custom_origins is an object variable that can specify additional origins
    apart from the default bucket. On top of that, to support "routing" the
    ordered cache behavior was introduced.
    
    Note that the implementation was based on CloudPosse's CloudFront module
    Ref: https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn/
    macunha1 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    ecb3905 View commit details
    Browse the repository at this point in the history
  2. Forwarded values is a required field

    Adding Forwarded values to custom_origins using the default values from
    variables.
    macunha1 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    1e055e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from freeletics/feature/custom_origins

    Adding Custom origins and behaviors
    macunha1 authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    ea9d86b View commit details
    Browse the repository at this point in the history