mobileposse / auto-delete-bucket

Custom resource for automatically deleting S3 bucket contents when the stack deletes
MIT License
45 stars 18 forks source link

fix: IAM policy of Lambda and S3 bucket policy #16

Open Dzhuneyt opened 4 years ago

Dzhuneyt commented 4 years ago

By default, the construct failed to delete the S3 bucket if it had files uploaded by other IAM users within the account OR other IAM users (cross-account S3 uploads).

Dzhuneyt commented 2 years ago

@schof any movement on this PR?