Skip to main content

Module multipart

Module 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§

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

Traits§

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