pub async fn get_dispatch<B: StorageBackend>(
state: State<State<B>>,
path: Path<(String, String)>,
query: Query<ObjectKeyQuery>,
) -> ResponseExpand description
GET /{bucket}/{*key} — dispatches to list_parts or get_object based on query params.