|
Now Amazon S3 facilitates you to list all versions of s3 objects which are overwritten and deleted by you, for this you need to enable S3 versioning for the S3 bucket. when you would like to see versions of S3 objects that has been updated or deleted for the S3 Bucket, you can list in organized way using Bucket Explorer.
|
|
Here are the steps to list versions of S3 object :
-
Run Bucket Explorer as usual.
-
Right click on Bucket on which you have already enabled versioning.
-
Select
"List All Versions"
options.
-
You can also click on
"List Version"
button provided over the object tool bar. It will also list all version of s3 objects, if versioning enable for that selected S3 Bucket.
-
You will get all updated or deleted version of s3 objects.
-
You have
"DeletedOrVersion"
column which shows you the version detail. It shows
Delete
for the s3 objects that has been deleted and shows
Version
for the S3 objects for which versions are available with last modified date and unique version ID.
-
You can only update ACL of versions of S3 objects.
|
Note
: As we list version objects, a button "
Switch to object list
" appears on the object tool bar.Clicking on this button switches you to s3 object list from version object list.
Related Topics:
|
|