Skip to main content
Module s3_uploader
mz_
aws_
util
0.0.0
Module s3_
uploader
Module Items
Structs
Enums
Constants
In crate mz_
aws_
util
mz_aws_util
Module
s3_
uploader
Copy item path
Source
Structs
§
Completed
Upload
Information about a completed multi part upload after
finish
is called.
S3Multi
Part
Uploader
A multi part uploader which can upload a single object across multiple parts and keeps track of state to eventually finish the upload process. The caller does not need to know the final number of parts beforehand.
S3Multi
Part
Uploader
Config
Configuration object to configure the behaviour of the
S3MultiPartUploader
.
Enums
§
S3Multi
Part
Upload
Error
Constants
§
AWS_
S3_
MAX_
PART_
COUNT
The largest allowable part number (inclusive).