Merge "Avoid warnings for versioned_writes docs"

This commit is contained in:
Jenkins 2016-09-05 17:56:48 +00:00 committed by Gerrit Code Review
commit a131f4efa0

View File

@ -112,9 +112,9 @@ the 'history' mode during a rolling upgrade may result in some requests being
served by proxies running old code (which necessarily uses the 'stack' mode), served by proxies running old code (which necessarily uses the 'stack' mode),
leading to data loss. leading to data loss.
------------------------------------------- --------------------------------------------
Examples Using ``curl`` with ``stack`` Mode Examples Using ``curl`` with ``stack`` Mode
------------------------------------------- --------------------------------------------
First, create a container with the ``X-Versions-Location`` header or add the First, create a container with the ``X-Versions-Location`` header or add the
header to an existing container. Also make sure the container referenced by header to an existing container. Also make sure the container referenced by
@ -150,9 +150,9 @@ http://<storage_url>/versions?prefix=008myobject/
curl -i -XGET -H "X-Auth-Token: <token>" \ curl -i -XGET -H "X-Auth-Token: <token>" \
http://<storage_url>/container/myobject http://<storage_url>/container/myobject
--------------------------------------------- ----------------------------------------------
Examples Using ``curl`` with ``history`` Mode Examples Using ``curl`` with ``history`` Mode
--------------------------------------------- ----------------------------------------------
As above, create a container with the ``X-Versions-Location`` header and ensure As above, create a container with the ``X-Versions-Location`` header and ensure
that the container referenced by the ``X-Versions-Location`` exists. In this that the container referenced by the ``X-Versions-Location`` exists. In this
@ -201,7 +201,7 @@ To permanently delete a previous version, ``DELETE`` it from the archive
container:: container::
curl -i -XDELETE -H "X-Auth-Token: <token>" \ curl -i -XDELETE -H "X-Auth-Token: <token>" \
http://<storage_url>/versions/008myobject/<timestamp> \ http://<storage_url>/versions/008myobject/<timestamp>
--------------------------------------------------- ---------------------------------------------------
How to Disable Object Versioning in a Swift Cluster How to Disable Object Versioning in a Swift Cluster