Skip to content

Commit

Permalink
fix: remove copy_object !Send
Browse files Browse the repository at this point in the history
  • Loading branch information
mishi321 committed Oct 29, 2024
1 parent 903acae commit 107183f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s3/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ impl Client {
Ok(part_count)
}

#[async_recursion(?Send)]
#[async_recursion]
pub async fn do_compose_object(
&self,
args: &mut ComposeObjectArgs<'_>,
Expand Down

0 comments on commit 107183f

Please sign in to comment.