-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
Description
While uploading a stream to s3 the upload failed but the aws process did not die. The error occurred well after the upload started. I can only assume that aws tried to upload more than 9999 parts?
Output from other_process | aws s3 cp - s3://thebucket/thefile
upload failed: ./- to s3://thebucket/thefile
A client error (InvalidArgument) occurred when calling the UploadPart operation: Part number must be an integer between 1 and 10000, inclusive
Version info
$ aws --version
aws-cli/1.7.12 Python/2.7.3 Linux/3.2.0-59-generic
Reactions are currently unavailable