Module s3_uploader

Source

Structsยง

CompletedUpload
Information about a completed multi part upload after finish is called.
S3MultiPartUploader
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.
S3MultiPartUploaderConfig
Configuration object to configure the behaviour of the S3MultiPartUploader.

Enumsยง

S3MultiPartUploadError

Constantsยง

AWS_S3_MAX_OBJECT_SIZE ๐Ÿ”’
The maximum size of an object in s3.
AWS_S3_MAX_PART_COUNT
The largest allowable part number (inclusive).
AWS_S3_MAX_PART_SIZE ๐Ÿ”’
The maximum size of a part in a multipart upload.
AWS_S3_MIN_PART_SIZE ๐Ÿ”’
The minimum size of a part in a multipart upload.