pub async fn download_with_factory<AWF: AsyncWriterFactory>(
name: &str,
retry: &Retry,
object_service: &Object,
writer_factory: &mut AWF,
) -> Result<String>
Expand description
Download an object using an AsyncWriterFactory. This is useful for advanced cases where one of the convenience functions is not adequate. Returns the object’s content type.