February 2020
Intermediate to advanced
440 pages
13h 51m
English
In this recipe, we enabled and suspended versioning from the console. After we enable versioning, S3 stores every version of the object with a version ID. While making a GET request, we can specify the ID of the version to be returned. If you do not specify any version while making a GET request, S3 will return the latest version of the object.
We can restore an S3 version using either of the following ways:
When you delete an object with versioning enabled, a delete marker is added as the latest version ...
Read now
Unlock full access