Delete all objects from an S3 bucket using s3cmd


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. s3cmd ls s3://bucket.example.com | s3cmd del `awk '{print $4}'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.