Skip to main content

post_dispatch

Function post_dispatch 

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

POST /{bucket}/{*key} — dispatches to create_multipart_upload or complete_multipart_upload.