This is a Kafka Connect connector for AWS S3.
This connector supports the following modes:
- Sink (Data flow from Kafka Connect -> S3)
- Source (Data flow from S3 -> Kafka Connect)
- json
- avro
- parquet
- csv
- bytes
- text
Please see the Lenses Stream Reactor S3 Sink Documentation
Please see the Lenses Stream Reactor S3 Source Documentation
Build an assembly package in order to contain all the dependencies that are used by the connector.
From the root of the stream reactor project issue the command:
sbt "project aws-s3" assembly