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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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<'_>,