In S3 I have enabled the versioning on my bucket which holds the following file
File.txt version 1 ————– latest
File.txt version 2
File.txt version 3
File.txt version 4
Can I delete File.txt version 1 and it will make version 2 the latest.
How I can I retrieve version 2 of the file. I am not interested in version 1. The file is not available on any other location so I cannot upload it.