From 0cccaf166352756f117d99365cda12f3dabd0974 Mon Sep 17 00:00:00 2001 From: mishi321 <75570320+mishi321@users.noreply.github.com> Date: Sun, 23 Mar 2025 00:31:51 +0800 Subject: [PATCH] fix: remove copy_object !Send (#103) --- src/s3/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s3/client.rs b/src/s3/client.rs index 7671011..76d36cc 100644 --- a/src/s3/client.rs +++ b/src/s3/client.rs @@ -735,7 +735,7 @@ impl Client { Ok(part_count) } - #[async_recursion(?Send)] + #[async_recursion] pub async fn do_compose_object( &self, args: &mut ComposeObjectArgs<'_>,