sinofseven / serverless-s3-remover

this is plugin of serverless, before "sls remove", this empties the s3 bucket.
MIT License
39 stars 11 forks source link

Delete bucket with versioning enabled #8

Open lucioveloso opened 6 years ago

lucioveloso commented 6 years ago

Hi,

When you have a bucket with versioning enabled, the solution is not able to empty the bucket.

sinofseven commented 6 years ago

It was concerned from the beginning of creation. Originally I made it for creating a serverless application containing S3, so I have not dealt with it until now and I will not respond to versions for the time being. (I'm thinking about what CloudFormation Ref will do) If necessary, I will add it to Que of my work.

I am sorry I can not respond for a while.

coyoteecd commented 3 years ago

@lucioveloso I reimplemented this plugin (see #22) and included handling of versioned buckets.