Merge "api-ref: Clarify eventual-consistency of DELETEs."

This commit is contained in:
Zuul
2024年12月03日 10:49:37 +00:00
committed by Gerrit Code Review

View File

@@ -453,13 +453,13 @@ Delete object
Permanently deletes an object from the object store.
Object deletion occurs immediately at request time. Any subsequent
GET, HEAD, POST, or DELETE operations will return a ``404 Not Found``
error code.
Object deletion occurs as soon as possible. Subsequent GET, HEAD, POST,
or DELETE operations should return a ``404 Not Found`` error code, but
may return stale data due to eventual consistency.
For static large object manifests, you can add the ``?multipart-
manifest=delete`` query parameter. This operation deletes the
segment objects and, if all deletions succeed, this operation
For static large object manifests, you can add the
``?multipart-manifest=delete`` query parameter. This operation deletes
the segment objects and, if all deletions succeed, this operation
deletes the manifest object.
A DELETE request made to a symlink path will delete the symlink
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.