mz_aws_util::s3_uploader

Constant AWS_S3_MIN_PART_SIZE

Source
const AWS_S3_MIN_PART_SIZE: ByteSize;
Expand description

The minimum size of a part in a multipart upload.

This minimum doesn’t apply to the last chunk, which can be any size.

From https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html