Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit c7b65b1

Browse files
committed
remove Send bound on reader
1 parent 1d1c949 commit c7b65b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottomless/src/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub async fn upload_s3_multipart(
6363
client: &aws_sdk_s3::Client,
6464
key: &str,
6565
bucket: &str,
66-
reader: impl AsyncRead + Send + Unpin,
66+
reader: impl AsyncRead + Unpin,
6767
) -> Result<()> {
6868
let upload_id = client
6969
.create_multipart_upload()

0 commit comments

Comments
 (0)