I needed to empty an S3 bucket of test data, but I could find nothing out of the box.
So a bit later you can now:
npm install empty-s3-bucket -g
export S3_ACCESS_KEY=key
export S3_SECRET=secret
export S3_REGION=us-east-1
empty-s3-bucket my-bucket
It's not much or very elegant, but it works for me, so I thought it might help somebody else.
Constructive criticism welcome.
--
Zlatko