Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Dec 4, 2024
1 parent ec8c300 commit 1b5402c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3fs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,7 @@ async def _copy_managed(self, path1, path2, size, block=50 * 2**20, **kwargs):
Key=key,
PartNumber=i + 1,
UploadId=mpu["UploadId"],
CopySource=self._strip_prefix(path1),
CopySource=self._strip_protocol(path1),
CopySourceRange="bytes=%i-%i" % (brange_first, brange_last),
)
for i, (brange_first, brange_last) in enumerate(_get_brange(size, block))
Expand Down

0 comments on commit 1b5402c

Please sign in to comment.