mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated S3 API Audit log (markdown)
parent
bdc020d997
commit
244d9d4ea7
|
@ -7,15 +7,14 @@
|
||||||
{
|
{
|
||||||
"fluent_port": 24224,
|
"fluent_port": 24224,
|
||||||
"fluent_host": "127.0.0.1",
|
"fluent_host": "127.0.0.1",
|
||||||
"FluentNetwork": "tcp",
|
"fluent_network": "tcp",
|
||||||
"Timeout": 3,
|
"timeout": 3,
|
||||||
"WriteTimeout": 0,
|
"write_timeout": 0,
|
||||||
"BufferLimit": 8192,
|
"buffer_limit": 8192,
|
||||||
"RetryWait": 500,
|
"retry_wait": 500,
|
||||||
"MaxRetry": 13,
|
"max_retry": 13,
|
||||||
"MaxRetryWait": 60000,
|
"max_retry_wait": 60000,
|
||||||
"TagPrefix": "",
|
"tag_prefix": ""
|
||||||
"Async": true
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue