Ben, Works fine as far as I see: [root@273aa9f2ee9f /]# s3cmd mb s3://test Bucket 's3://test/' created [root@273aa9f2ee9f /]# s3cmd put /etc/hosts s3://test upload: '/etc/hosts' -> 's3://test/hosts' [1 of 1] 196 of 196 100% in 0s 404.87 B/s done [root@273aa9f2ee9f /]# s3cmd ls s3://test [root@273aa9f2ee9f /]# ls -al /tmp/hosts ls: cannot access /tmp/hosts: No such file or directory [root@273aa9f2ee9f /]# s3cmd get s3://test/hosts /tmp/hosts download: 's3://test/hosts' -> '/tmp/hosts' [1 of 1] 196 of 196 100% in 0s 2007.56 B/s done [root@273aa9f2ee9f /]# cat /tmp/hosts 172.17.0.4 273aa9f2ee9f [root@ceph-mon01 ~]# radosgw-admin bucket rm --bucket=test --purge-objects [root@ceph-mon01 ~]# [root@273aa9f2ee9f /]# s3cmd ls [root@273aa9f2ee9f /]# >>If not, i imagine rados could be used to delete them manually by prefix. That would be pain with more than few million objects :) Stas
|
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com