diff --git a/s3-source-connector/README.md b/s3-source-connector/README.md index 1830462e..bbaf7adc 100644 --- a/s3-source-connector/README.md +++ b/s3-source-connector/README.md @@ -72,7 +72,7 @@ It supports placeholders with variable names: - `start_offset` - the Kafka offset of the first record in the file; - `timestamp` - the timestamp of when the Kafka record has been processed by the connector. -Example object names : +Example object names : - {{topic}}-{{partition}}-{{start_offset}} customer-topic-1-1734445664111.txt - {{topic}}/{{partition}}/{{start_offset}} customer-topic/1/1734445664111.txt - topic/{{topic}}/partition/{{partition}}/timestamp/{{timestamp}} customer-topic/1/1734445664111.txt