s3-source
This source agent reads documents as they are uploaded to an S3-compatible bucket. The bucket will be created if it doesn’t exist.
Example
Example of reading from an S3 bucket, extracting the document text, splitting the text into chunks, and outputting each chunk as a message to the output topic.
Example aws S3 command to upload a local document to the bucket:
Configuration
Checkout the full configuration properties in the API Reference page
Last updated