Module mz_aws_util::s3_uploader
source ยท Structsยง
- Information about a completed multi part upload after
finish
is called. - 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.
- Configuration object to configure the behaviour of the
S3MultiPartUploader
.
Enumsยง
Constantsยง
- The maximum size of an object in s3.
- The largest allowable part number (inclusive).
- AWS_
S3_ ๐MAX_ PART_ SIZE The maximum size of a part in a multipart upload. - The smallest allowable part number (inclusive).
- AWS_
S3_ ๐MIN_ PART_ SIZE The minimum size of a part in a multipart upload.