Skip to content

Commit

Permalink
Update docs/en/connector-v2/sink/S3File.md
Browse files Browse the repository at this point in the history
Co-authored-by: TaoZex <[email protected]>
  • Loading branch information
EricJoy2048 and TaoZex authored Jul 25, 2023
1 parent b60a78a commit a99ad9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/connector-v2/sink/S3File.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ If write to `csv`, `text` file type, All column will be string.
| have_partition | boolean | no | false | Whether you need processing partitions. |
| partition_by | array | no | - | Only used when have_partition is true |
| partition_dir_expression | string | no | "${k0}=${v0}/${k1}=${v1}/.../${kn}=${vn}/" | Only used when have_partition is true |
| is_partition_field_write_in_file | boolean | no | false | Only used then have_partition is true |
| is_partition_field_write_in_file | boolean | no | false | Only used when have_partition is true |
| sink_columns | array | no | | When this parameter is empty, all fields are sink columns |
| is_enable_transaction | boolean | no | true | |
| batch_size | int | no | 1000000 | |
Expand Down

0 comments on commit a99ad9c

Please sign in to comment.