Skip to main content

get_dispatch

Function get_dispatch 

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

GET /{bucket}/{*key} — dispatches to list_parts or get_object based on query params.