79231060

Date: 2024-11-27 16:22:53
Score: 1.5
Natty:
Report link

This was helpful to me when trying to upload a large file to S3 through code submitted via AWS Batch. I was encountering the following error:

"Unable to parse ExceptionName: InvalidArgument Message: Part number must be an integer between 1 and 10000, inclusive."

I had to figure out exactly what the default part size was and how many parts were being used for other uploads. The command suggested in the answer by Gery was helpful.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: nnsax