api-ref: Clarify eventual-consistency of DELETEs.

Change-Id: Ib868258b224d97ebd1c14d5b5b98bb0718caaea9
This commit is contained in:
Tim Burke 2024-12-02 14:38:37 -08:00
parent 89815389d5
commit d6b712dfa2

View File

@ -453,13 +453,13 @@ Delete object
Permanently deletes an object from the object store. Permanently deletes an object from the object store.
Object deletion occurs immediately at request time. Any subsequent Object deletion occurs as soon as possible. Subsequent GET, HEAD, POST,
GET, HEAD, POST, or DELETE operations will return a ``404 Not Found`` or DELETE operations should return a ``404 Not Found`` error code, but
error code. may return stale data due to eventual consistency.
For static large object manifests, you can add the ``?multipart- For static large object manifests, you can add the
manifest=delete`` query parameter. This operation deletes the ``?multipart-manifest=delete`` query parameter. This operation deletes
segment objects and, if all deletions succeed, this operation the segment objects and, if all deletions succeed, this operation
deletes the manifest object. deletes the manifest object.
A DELETE request made to a symlink path will delete the symlink A DELETE request made to a symlink path will delete the symlink