Skip to content

Commit 4390211

Browse files
committed
out_s3: Suppress warnings from markdownlint
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 9e71365 commit 4390211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The [Prometheus success/retry/error metrics values](../../administration/monitor
4545
| `sts_endpoint` | Custom endpoint for the STS API. | _none_ |
4646
| `profile` | Option to specify an AWS Profile for credentials. | `default` |
4747
| `canned_acl` | [Predefined Canned ACL policy](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) for S3 objects. | _none_ |
48-
| `compression` | Compression/format for S3 objects. Supported: `gzip` (always available) and `parquet` (requires Arrow build). For `gzip`, the `Content-Encoding` header is set to `gzip`. `parquet` is available **only when Fluent Bit is built with `-DFLB_ARROW=On`** and Arrow GLib/Parquet GLib are installed. Parquet is typically used with `use_put_object On`. | *none* |
48+
| `compression` | Compression/format for S3 objects. Supported: `gzip` (always available) and `parquet` (requires Arrow build). For `gzip`, the `Content-Encoding` header is set to `gzip`. `parquet` is available _only when Fluent Bit is built with `-DFLB_ARROW=On`_ and Arrow GLib/Parquet GLib are installed. Parquet is typically used with `use_put_object On`. | _none_ |
4949

5050
| `content_type` | A standard MIME type for the S3 object, set as the Content-Type HTTP header. | _none_ |
5151
| `send_content_md5` | Send the Content-MD5 header with `PutObject` and UploadPart requests, as is required when Object Lock is enabled. | `false` |

0 commit comments

Comments
 (0)