cloud_storage_list_buckets
Retrieve a list of all cloud storage buckets across regions, including bucket names and their region locations, for easy inventory management.
Instructions
List all buckets across all regions.
Returns: List[Dict[str, str]]: List of dictionaries containing bucket information: - name: Name of the bucket - region: Region where the bucket is located
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||