Skip to main content

delete_dispatch

Function delete_dispatch 

Source
pub async fn delete_dispatch<B: StorageBackend>(
    state: State<State<B>>,
    path: Path<(String, String)>,
    query: Query<ObjectKeyQuery>,
) -> Response
Expand description

DELETE /{bucket}/{*key} — dispatches to abort_multipart_upload or delete_object.