Download object as text (size-capped)
get_object_textRead text-based content from an S3 object, capping output at max_bytes (default 256KiB) to prevent large binaries from entering agent context.
Instructions
[READ] S3 GetObject for text-ish content. Caps at max_bytes (default 256KiB) to avoid dumping large binaries into the agent context. Official API Usage getObject.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| bucket | Yes | ||
| max_bytes | No |