Skip to content

S3 destination: new options #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ If an invalid value is configured, the default is used.

*Description:* Only effective if `upload-threads()` is set higher than one. Signifies the part size in a multithreaded upload, but only if the uploaded object is at least 1.5 times the chunk size. If compression is enabled, the chunk-size() specifies the compressed size. Must be set to at least 5 MiB.

## content-type()

|Type:| string|
|Default:| `application/octet-stream`|

*Description:* This option allows the user to change the displayed content type of the log messages.

## compression()

|Type:| boolean|
Expand Down Expand Up @@ -146,6 +153,13 @@ If an invalid value is configured, the default is used.

*Description:* The message as written to the Amazon S3 object. You can use templates and template functions to format the message.

## use_compression()

|Accepted values:| `when_supported`, `when_required`|
|Default:| `when_supported`|

*Description:* This option allows users to change the default `when_supported` value to `when_required` for `S3` compatible solutions that do not support checksums.

## upload-threads()

|Type:| integer|
Expand Down