pub async fn copy_file_part<C, E>(
auth: &mut Authorization<C>,
file_part: CopyFilePart<'_>,
) -> Result<FilePart, Error<E>>Expand description
Copy from an existing file to a new large file.
The Authorization must have Capability::WriteFiles, and if the bucket is private, Capability::ReadFiles.