Update versioned_writes doc

Change-Id: Ibe53c79cf49330332112001c02a2a6b078764130
This commit is contained in:
Mahati Chamarthy
2015-12-11 12:27:18 +05:30
parent 6742c3aab1
commit 19c7dbc0ba

View File

@@ -93,12 +93,14 @@ See a listing of the older versions of the object::
http://<storage_url>/versions?prefix=008myobject/
Now delete the current version of the object and see that the older version is
gone::
gone from 'versions' container and back in 'container' container::
curl -i -XDELETE -H "X-Auth-Token: <token>" \
http://<storage_url>/container/myobject
curl -i -H "X-Auth-Token: <token>" \
http://<storage_url>/versions?prefix=008myobject/
curl -i -XGET -H "X-Auth-Token: <token>" \
http://<storage_url>/container/myobject
---------------------------------------------------
How to Disable Object Versioning in a Swift Cluster