Hi, Versions 12.2.7 and 12.2.8. I've set up a bucket with versioning enabled and upload a lifecycle configuration. I upload some files and delete them, inserting delete markers. The configured lifecycle DOES remove the deleted binaries (non current versions). The lifecycle DOES NOT remove the delete markers. With ExpiredObjectDeleteMarker set. Is this a known issue? I have an empty bucket full of delete markers. Does this lifecycle do what I expect? Remove the non-current version after a day, and remove orphaned delete markers: { "Rules": [ { "Status": "Enabled", "Prefix": "", "NoncurrentVersionExpiration": { "NoncurrentDays": 1 }, "Expiration": { "ExpiredObjectDeleteMarker": true }, "ID": "Test expiry" } ] } I can't be the only one who wants to use this feature. Thanks, Sean _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com