Merge "Fix typos in overview_large_objects and versioning doc"
This commit is contained in:
commit
351126f8eb
@ -197,7 +197,7 @@ object manifests. Dynamic and static large object manifests both support
|
||||
the same idea of allowing the user to upload many segments to be later
|
||||
downloaded as a single file.
|
||||
|
||||
Dynamic large objects rely on a container lising to provide the manifest.
|
||||
Dynamic large objects rely on a container listing to provide the manifest.
|
||||
This has the advantage of allowing the user to add/removes segments from the
|
||||
manifest at any time. It has the disadvantage of relying on eventually
|
||||
consistent container listings. All three copies of the container dbs must
|
||||
|
@ -17,7 +17,7 @@ versioning flag turned on), the existing data in the file is redirected to a
|
||||
new object and the data in the ``PUT`` request is saved as the data for the
|
||||
versioned object. The new object name (for the previous version) is
|
||||
``<versions_container>/<length><object_name>/<timestamp>``, where ``length``
|
||||
is the 3-character zero-padded hexidecimal length of the ``<object_name>`` and
|
||||
is the 3-character zero-padded hexadecimal length of the ``<object_name>`` and
|
||||
``<timestamp>`` is the timestamp of when the previous version was created.
|
||||
|
||||
A ``GET`` to a versioned object will return the current version of the object
|
||||
|
Loading…
Reference in New Issue
Block a user