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
已提问 2 年前81 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则