S3 GetObjectAttributes only returns TotalPartsCount on 'ObjectParts' parameter?

0

Whenever the GetObjectAttributes API is called (via boto) on a Multipart object with the "ObjectParts" parameter, the response for Objectparts is, according to existing documentation, expected to have MaxParts, TotalPartsCount, a list of Parts, along with PartNumberMarker and NextPartNumberMarker if it's truncated or has a part number specified. However, the response only includes TotalPartsCount for any kind of request, even with PartNumberMarker or MaxParts specified in the request. The <Parts> aren't returned either. Is it something wrong with boto or S3 itself? Thanks!

Sanskar
asked 2 years ago79 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions