Structsยง
- Entity
Tag - An ID for a part that has been uploaded.
- Upload
Address - The destination for the multipart upload in S3.
- Upload
Id - The ID given to this upload by AWS.
- Upload
Request Params - The ID and destination, which appear in calls to AWS.
- Uploaded
Parts - A type holding the history of parts already uploaded, expressed as a vector
of
(EntityTag, i32)
. The second coordinate is a monotonically increasing sequence of integers for each uploaded part.