get_s3_object_info
Retrieve metadata for S3 objects including size, modification time, and storage details without downloading files. Use to inspect file properties quickly by reading only header information.
Instructions
Get detailed metadata for a single S3 object without downloading it.
USE THIS TOOL when the user asks about a specific file's size, modification time, type, or other details. This is fast because it only reads the metadata header, not the file content.
Args: s3_uri: Full S3 URI (e.g. 's3://bucket-name/path/to/file.csv'). env: Target environment — 'dev', 'uat', 'test', or 'prod'. IMPORTANT: Do NOT guess or default. Ask the user which environment if not specified.
Returns file metadata: size, last modified, content type, storage class, encryption, and ETag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s3_uri | Yes | ||
| env | No |