Structsยง
- Upload
Upload
is a sink that implements the lifecycle of a single multipart upload. It writes items to an innerAsyncWrite
that periodically adds parts to the upload, then completes the upload when the inner writer has uploaded enough parts, bytes, or whatever else would make the methodUploadControl::is_upload_ready
returntrue
.