Skip to content

Commit 1b27f06

Browse files
committed
Removed example, and added default value to content_type()
Signed-off-by: Zsolt Gyulai (zgyulai) <[email protected]>
1 parent b2017f2 commit 1b27f06

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,10 @@ If an invalid value is configured, the default is used.
5555
## content-type()
5656

5757
|Type:| string|
58-
|Default:| |
58+
|Default:| `application/octet-stream`|
5959

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

62-
### Example: content-type() applied in an S3 destination
63-
64-
```config
65-
s3(
66-
url("http://localhost:9000")
67-
bucket("testbucket")
68-
object_key("testobject")
69-
access_key("<ACCESS_KEY_ID>")
70-
secret_key("<SECRET_ACCESS_KEY>")
71-
content_type("text/plain")
72-
use_checksum("when_required")
73-
);
74-
```
75-
7662
## compression()
7763

7864
|Type:| boolean|

0 commit comments

Comments
 (0)