Removing buckets in radosgw (and their contents)
Posted on Wed 23 December 2015 in hints-and-kinks • Tagged with Ceph
Every once in a while you'll want to remove a bucket in radosgw, including all the objects contained in that bucket.
Now you might use a utility like s3cmd
for that purpose:
s3cmd rb --recursive s3://mybucket
The advantage to this approach is that your users can do it, using …
Continue reading