copy_file_part

Function copy_file_part 

Source
pub async fn copy_file_part<C, E>(
    auth: &mut Authorization<C>,
    file_part: CopyFilePart<'_>,
) -> Result<FilePart, Error<E>>
where C: HttpClient<Error = Error<E>>, E: Debug + Display,
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.