110 Posts

June 20th, 2018 07:00

If you look at the API spec for that call, the maximum number of parts you can return per page is 1,000.  In this call you're trying to get 10,000.  This is likely why you received an error.  Try the request again, but change MAX_NUMBER_OF_PARTS_PER_UPLOAD to 1000.

List Parts - S3

That said, we are working to make our error messages a bit more clear.  In that spirit, I'll log a defect to improve the error response in this situation.

281 Posts

June 21st, 2018 09:00

Would also suggest upgrading to the latest version of ECS. Sounds like you're on a pretty old version. There were a number of bugs around MPU that have been fixed in the last few versions.

No Events found!

Top