It is a well known limitation that Amazon S3 multipart upload requires the part size to be between 5 MB and 5 GB with an exception that the last part can be less than 5 MB.
Does it mean that you cannot upload a single small file (< 5 MB) to S3 using the multipart upload?