Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
muralibasani committed Jan 29, 2025
1 parent 6908dc5 commit 77a52de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3-source-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77a52de

Please sign in to comment.