Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ab22cae

Browse files
committed
fixup! docs: add link to file name format
1 parent b337a2b commit ab22cae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ Connector class name, in this case: `io.aiven.kafka.connect.s3.AivenKafkaConnect
234234

235235
### S3 Object Names
236236

237-
S3 connector stores series of files in the specified bucket. Each object is named using pattern `[<aws.s3.prefix>]<topic>-<partition>-<startoffset>[.gz]`. The `.gz` extension is used if gzip compression is used, see `file.compression.type` below.
237+
S3 connector stores series of files in the specified bucket.
238+
Each object is named using pattern `[<aws.s3.prefix>]<topic>-<partition>-<startoffset>[.gz]` (see [#file-name-format](File name format section) for more patterns).
239+
The `.gz` extension is used if gzip compression is used, see `file.compression.type` below.
238240

239241
### Data File Format
240242

0 commit comments

Comments
 (0)