Skip to content

Add s3remove hooks to clean up#35

Open
bennbollay wants to merge 2 commits intofunkybob:masterfrom
bennbollay:feature/s3remove
Open

Add s3remove hooks to clean up#35
bennbollay wants to merge 2 commits intofunkybob:masterfrom
bennbollay:feature/s3remove

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