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§

  • Represents a part of a file that has been successfully uploaded in a multipart upload process.

Traits§

  • A low-level interface for interacting with multipart upload APIs