browse_s3
Explore and list files and folders in Amazon S3 buckets to navigate storage contents, view file details, and manage data organization.
Instructions
Browse folders and files in any S3 bucket interactively.
USE THIS TOOL when the user asks to see what's in an S3 bucket, list files in a folder, navigate S3, or explore any S3 path.
Start with no prefix to see top-level folders, then drill into subfolders using the hints in the output.
Args: bucket: S3 bucket name (required). prefix: S3 prefix/path to browse (default: root of bucket). Example: 'raw/hem_processing/' to see that folder. max_results: Max items to show (default 200). env: Target environment — 'dev', 'uat', 'test', or 'prod'. IMPORTANT: Do NOT guess or default. Ask the user which environment if not specified.
Returns a directory listing showing folders and files with sizes and last modified times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | ||
| prefix | No | ||
| max_results | No | ||
| env | No |