mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-06 18:22:28 +00:00
api3/admin/datastore/upload_catar.rs: implement upload future
This commit is contained in:
parent
c1582dcf39
commit
c36fa61287
@ -180,8 +180,8 @@ fn handle_sync_api_request(
|
|||||||
|
|
||||||
fn handle_upload_api_request(
|
fn handle_upload_api_request(
|
||||||
info: &'static ApiUploadMethod,
|
info: &'static ApiUploadMethod,
|
||||||
formatter: &'static OutputFormatter,
|
_formatter: &'static OutputFormatter,
|
||||||
parts: Parts,
|
_parts: Parts,
|
||||||
req_body: Body,
|
req_body: Body,
|
||||||
uri_param: HashMap<String, String>,
|
uri_param: HashMap<String, String>,
|
||||||
) -> BoxFut
|
) -> BoxFut
|
||||||
|
Loading…
Reference in New Issue
Block a user