Module upload

Source

Structsยง

Upload
Upload is a sink that implements the lifecycle of a single multipart upload. It writes items to an inner AsyncWrite 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 method UploadControl::is_upload_ready return true.