Skip to content

Commit 6867f6d

Browse files
committed
Added new options for amazon s3 dest.
Signed-off-by: Zsolt Gyulai (zgyulai) <[email protected]> Removed example, and added default value to content_type() Signed-off-by: Zsolt Gyulai (zgyulai) <[email protected]>
1 parent 1f8dbf0 commit 6867f6d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/_admin-guide/070_Destinations/225_Amazon-s3/000_amazon_s3_options.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ If an invalid value is configured, the default is used.
5252

5353
*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.
5454

55+
## content-type()
56+
57+
|Type:| string|
58+
|Default:| `application/octet-stream`|
59+
60+
*Description:* This option allows the user to change the displayed content type of the log messages.
61+
5562
## compression()
5663

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

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

156+
## use_compression()
157+
158+
|Accepted values:| `when_supported`, `when_required`|
159+
|Default:| `when_supported`|
160+
161+
*Description:* This option allows users to change the default `when_supported` value to `when_required` for `S3` compatible solutions that do not support checksums.
162+
149163
## upload-threads()
150164

151165
|Type:| integer|

0 commit comments

Comments
 (0)