If I have a versioned bucket with a file, and the next day I delete that file, I am left with:
- Delete marker for somefile.jpg (timestamp now)
- somefile.jpg (timestamp yesterday)
I want a lifecycle rule that will permanently delete noncurrent versions after a while, and if the only current version is a delete marker, then the whole thing should be gone.
- Will the following rule achieve that?
- Will the following rule also retroactively apply to versions deleted more than 180 days ago, even if I'm creating the rule today?
Thanks!