s3_read_text_file
Reads text file content from an S3 bucket, such as log files, with a configurable maximum byte limit to control output size.
Instructions
S3 텍스트 파일 내용 읽기 (로그 파일 등). bucket: 버킷 이름 key: 파일 키 max_bytes: 최대 읽기 바이트 (기본 10KB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| bucket | Yes | ||
| max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |