We are running our S3 Ceph Cluster on Nautilus 14.2.9 and want to use features like Object-lock-enabled. A creation of a bucket is possible with: aws s3api create-bucket --bucket locktest --endpoint http://our-s3 <http://our-s3/> --object-lock-enabled-for-bucket & aws s3api put-object-lock-configuration --bucket locktest --endpoint http://our-s3 <http://our-s3/> --object-lock-configuration '{ "ObjectLockEnabled“: "Enabled", "Rule": { "DefaultRetention": { "Mode": "COMPLIANCE", "Days": 50 }}}‘ Are still deletable, and we don’t know why. Because this feature was backported to 14.2.5 as you can see here: https://github.com/ceph/ceph/pull/29905 <https://github.com/ceph/ceph/pull/29905> Any idea what we are doing wrong? -- Beste Grüße aus Köln Ehrenfeld Torsten Ennenbach Cloud Architect _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx