Module object_store::multipart

source ·
Expand description

Cloud Multipart Upload

This crate provides an asynchronous interface for multipart file uploads to cloud storage services. It’s designed to offer efficient, non-blocking operations, especially useful when dealing with large files or high-throughput systems.

Structs

Traits

  • A trait that can be implemented by cloud-based object stores and used in combination with WriteMultiPart to provide multipart upload support