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(s3): option to auto delete objects upon bucket removal #12090

Merged
merged 5 commits into from
Dec 26, 2020

Commits on Dec 15, 2020

  1. feat(s3): option to auto delete objects upon bucket removal

    Use the custom resource provider from core to delete objects in the
    bucket. A bucket policy gives the correct permissions to the provider's
    Lambda function role.
    
    Credits to @Chriscbr for starting the work on this.
    
    Closes aws#3297
    Closes aws#9751
    jogold committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    dcf34de View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. use this.policy

    jogold committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    2254a9a View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    328d213 View commit details
    Browse the repository at this point in the history
  2. put objects in integ test

    jogold committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    71d771c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

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