How to Get all bucket within Single Region Through REST API

0

Get bucket Rest Api gives the response of the bucket of all regions. Even if I provide Region as Query or header, Tried all possible ways. At the last, I'm Filtering it within For loop by checking the bucket location. But it consuming A lot of Time. I just want buckets Within Single Region.

Is That any alternative way to get buckets only within that single region with Rest API?

質問済み 1年前236ビュー
1回答
1
承認された回答

At the time being (January 2023), listing buckets from a specific region is only possible by calling get-bucket-location for each bucket, as you are already doing.

profile picture
エキスパート
回答済み 1年前

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

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

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

関連するコンテンツ