diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-12-07 09:35:48 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-07 09:35:48 -0800 |
| commit | 2ba08afed1547038193d9bee80fb62753f5cf4e5 (patch) | |
| tree | ce01428010b827f79567e59a766ebc0e60ed0daa /weed/command/server.go | |
| parent | 7f0a97c7b676c828f9bcf8556a5d9fbe63175939 (diff) | |
| parent | 10678cde81b76a6a7148dc4a9939c169777090ae (diff) | |
| download | seaweedfs-2ba08afed1547038193d9bee80fb62753f5cf4e5.tar.xz seaweedfs-2ba08afed1547038193d9bee80fb62753f5cf4e5.zip | |
Merge pull request #2498 from kmlebedev/s3_audit_log
Diffstat (limited to 'weed/command/server.go')
| -rw-r--r-- | weed/command/server.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/server.go b/weed/command/server.go index 5c6c4b1cf..1a6393edf 100644 --- a/weed/command/server.go +++ b/weed/command/server.go @@ -131,6 +131,7 @@ func init() { s3Options.tlsPrivateKey = cmdServer.Flag.String("s3.key.file", "", "path to the TLS private key file") s3Options.tlsCertificate = cmdServer.Flag.String("s3.cert.file", "", "path to the TLS certificate file") s3Options.config = cmdServer.Flag.String("s3.config", "", "path to the config file") + s3Options.auditLogConfig = cmdServer.Flag.String("s3.auditLogConfig", "", "path to the audit log config file") s3Options.allowEmptyFolder = cmdServer.Flag.Bool("s3.allowEmptyFolder", true, "allow empty folders") webdavOptions.port = cmdServer.Flag.Int("webdav.port", 7333, "webdav server http listen port") |
