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

feat(aws-s3): adds s3 bucket aws fsbp option #10970

Closed
wants to merge 14 commits into from

Commits on Oct 19, 2020

  1. feat(aws-s3): adds s3 bucket AWS FSBP option

    This adds an option to enforce aws foundational best practices for s3 buckets.
    
    Closes aws#10969
    Signed-off-by: Christopher Mundus <chris@kindlyops.com>
    crashGoBoom committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    bd5b894 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Refactor based on PR suggestions

    Removes enforceSecurityBestPractice property and only
    uses SSL statement enforcement.
    
    Signed-off-by: Christopher Mundus <chris@kindlyops.com>
    crashGoBoom committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    72df7d2 View commit details
    Browse the repository at this point in the history
  2. Adds enforce ssl changes

    Signed-off-by: Christopher Mundus <chris@kindlyops.com>
    crashGoBoom committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    419ef7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9643368 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Refactor to update url for s3 documentation

    Signed-off-by: Christopher Mundus <chris@kindlyops.com>
    crashGoBoom committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    191b3ba View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    Signed-off-by: Christopher Mundus <chris@kindlyops.com>
    crashGoBoom committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    a6a600e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a437bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12147b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Configuration menu
    Copy the full SHA
    7b8d8bd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    300bd2c View commit details
    Browse the repository at this point in the history
  2. Update packages/@aws-cdk/aws-s3/test/bucket.test.ts

    Co-authored-by: Neta Nir <neta1nir@gmail.com>
    crashGoBoom and NetaNir authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    56bf86a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ebd5ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b99be21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dfa6c6 View commit details
    Browse the repository at this point in the history