mirror of
https://github.com/minio/minio-rs.git
synced 2025-12-06 15:26:51 +08:00
fix: remove copy_object !Send (#103)
This commit is contained in:
parent
b26ed09e42
commit
0cccaf1663
@ -735,7 +735,7 @@ impl Client {
|
|||||||
Ok(part_count)
|
Ok(part_count)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_recursion(?Send)]
|
#[async_recursion]
|
||||||
pub async fn do_compose_object(
|
pub async fn do_compose_object(
|
||||||
&self,
|
&self,
|
||||||
args: &mut ComposeObjectArgs<'_>,
|
args: &mut ComposeObjectArgs<'_>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user