asked 148k views
1 vote
What happens when you delete the delete marker of a versioned file in Amazon S3?

A) The file is permanently deleted from S3.
B) The file becomes the current version.
C) The file is moved to the trash folder.
D) The file's version history is preserved.

1 Answer

4 votes

Final answer:

Deleting the delete marker of a versioned file in Amazon S3 makes the file the current version, as the previous delete marker acted as a placeholder for deletion.

Step-by-step explanation:

When you delete the delete marker of a versioned file in Amazon S3, the answer is B) The file becomes the current version. The delete marker in Amazon S3 is a placeholder that indicates the object was deleted. When you remove this marker, the previously deleted file is no longer hidden and becomes the latest version of the object that is accessible once again. If there are multiple versions of an object, deleting the delete marker makes the previous version the current version. Amazon S3 does not move deleted objects to a trash folder, and the object's version history is preserved.

answered
User David Leon
by
8.5k points