Remove redundant 'the'

Change-Id: I9f6a11d714e5e9f3c0c6609465225923495aa99a
This commit is contained in:
Anh Tran 2016-09-29 10:09:14 +07:00
parent 8526d4c5d2
commit 3ae0b80bbd

View File

@ -71,10 +71,9 @@ as described above.
To restore a previous version of an object, find the desired version in the
archive container then issue a ``COPY`` with a ``Destination`` header
indicating the original location. This will archive the current version similar
to a ``PUT`` over the versioned object. If the the client additionally wishes
to permanently delete what was the current version, it must find the
newly-created archive in the archive container and issue a separate ``DELETE``
to it.
to a ``PUT`` over the versioned object. If the client additionally wishes to
permanently delete what was the current version, it must find the newly-created
archive in the archive container and issue a separate ``DELETE`` to it.
--------------------------------------------------
How to Enable Object Versioning in a Swift Cluster