fix: remove copy_object !Send (#103)

This commit is contained in:
mishi321
2025-03-23 00:31:51 +08:00
committed by GitHub
parent b26ed09e42
commit 0cccaf1663

View File

@@ -735,7 +735,7 @@ impl Client {
Ok(part_count)
}
#[async_recursion(?Send)]
#[async_recursion]
pub async fn do_compose_object(
&self,
args: &mut ComposeObjectArgs<'_>,