Computes multipart upload part count and fixed part size for a file.
Total object size in bytes.
Part size in bytes (default DEFAULT_MULTIPART_PART_SIZE_BYTES).
Part count and the part size used for every part except the last (which may be smaller).
When fileSize is invalid, partSizeBytes is below 5 MiB, or the plan would exceed 10,000 parts.
fileSize
partSizeBytes
Computes multipart upload part count and fixed part size for a file.