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

fix(deleteObjects): removal of s3 buckets with more than 1000 objects #11

Closed michaellieberherr closed 6 years ago

michaellieberherr commented 6 years ago

It was not possible to remove an S3 bucket with more than 1000 objects due to the API limit (see: https://docs.aws.amazon.com/AmazonS3/latest/API/multiobjectdeleteapi.html)

sinofseven commented 6 years ago

Thank you, your PR! I'll merge this!