#Duration to delete objects
1 messages · Page 1 of 1 (latest)
I think you are referring to the new feature in 11.7 that allows you to delete a bucket that contain objects. The deletion is performed by ILM and may take as long as you ILM scan duration, even if just one object is in your bucket. In other words it can take allot of time.
If you want to get rid of a bucket containing objects quickly, hook up an external server and delete the bucket with “rclone purge” or any S3 client or self written script.