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 s3remove hooks to clean up #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bennbollay
Copy link

Automatically remove created S3 buckets, and all of their contents
on a sls remove or sls s3remove trigger.

Automatically remove created S3 buckets, and all of their contents
on a `sls remove` or `sls s3remove` trigger.

return this.provider.request('S3', 'deleteBucket', deleteParams)
.then(() => {
this.log(`Did it fail?`)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is a good way of checking for failure here, and capturing a 404 instead of reporting it to the stack?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants