Updated S3 API Audit log (markdown)

Konstantin Lebedev 2021-12-14 00:25:14 +05:00
parent 802c225a9d
commit 23f9de4517

@ -2,6 +2,23 @@
```weed s3 -auditLogConfig=/etc/seaweedfs/auditLogConfig.json```
#### Example config defaults:
```
{
"fluent_port": 24224,
"fluent_host": "127.0.0.1",
"FluentNetwork": "tcp",
"Timeout": 3,
"WriteTimeout": 0,
"BufferLimit": 8192,
"RetryWait": 500,
"MaxRetry": 13,
"MaxRetryWait": 60000,
"TagPrefix": "",
"Async": true
}
```
### Access log format
```