Delete All Objects in an S3 Bucket Aug 3rd, 2012 Using s3cmd. 1 2 3 s3cmd --recursive ls s3://bucketname | \ awk ''{print $4}'' | \ xargs s3cmd del