Module api

Source

Structsยง

EntityTag
An ID for a part that has been uploaded.
UploadAddress
The destination for the multipart upload in S3.
UploadId
The ID given to this upload by AWS.
UploadRequestParams
The ID and destination, which appear in calls to AWS.
UploadedParts
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.