Skip to content

Commit

Permalink
Fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
muralibasani committed Dec 18, 2024
1 parent edafd07 commit 5fc38b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions s3-source-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ S3 Object files are text files that contain one record per line (i.e.,
they're separated by `\n`) except `PARQUET` format.

There are four types of data format available:

- Complex structure, where file is in format of [JSON lines](https://jsonlines.org/).
It contains one record per line and each line is a valid JSON object(`jsonl`)

Expand All @@ -101,7 +101,7 @@ There are four types of data format available:
- Complex structure, where file is in Apache Parquet file format.

Configuration: ```input.format=parquet```.
-
-
- Complex structure, where file is in bytes format.

Configuration: ```input.format=bytes```.
Expand All @@ -124,7 +124,7 @@ org.apache.kafka.connect.json.JsonConverter is used internally to convert this d
**NB!**

- Value/Key schema will not be presented in output kafka event, even if `value.converter.schemas.enable` property is `true`,
however, if this is set to true, it has no impact at the moment.
however, if this is set to true, it has no impact at the moment.

#### Parquet or Avro format example

Expand Down Expand Up @@ -185,10 +185,10 @@ the final `Avro` schema for `Parquet` is:

### Connector Configuration

> **Important Note** Since this connector is developed aligning it with S3 sink connector,
> **Important Note** Since this connector is developed aligning it with S3 sink connector,
> and since version `2.6`, all existing configuration in S3 sink
is deprecated and will be replaced with new one during a certain transition period (within 2-3 releases). Most of the
> configuration parameters remain same.
is deprecated and will be replaced with new one during a certain transition period (within 2-3 releases). Most of the
> configuration parameters remain same.
List of deprecated configuration parameters:
- `aws_access_key_id` - AWS Access Key ID for accessing S3 bucket. Mandatory.
Expand Down

0 comments on commit 5fc38b7

Please sign in to comment.