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!

回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ