aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2021-12-07 12:15:48 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2021-12-07 12:15:48 +0500
commit4ec8715f2064994450ae8918b527db0d0c8da76c (patch)
treef06743ca0dd6b22f31f5116256e436f630673bcc /weed/command
parent3ac48cd5402d6f16e94e34dcc21b2085d44faa21 (diff)
downloadseaweedfs-4ec8715f2064994450ae8918b527db0d0c8da76c.tar.xz
seaweedfs-4ec8715f2064994450ae8918b527db0d0c8da76c.zip
audit log
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/s3.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/s3.go b/weed/command/s3.go
index e9f4ea885..f416f304c 100644
--- a/weed/command/s3.go
+++ b/weed/command/s3.go
@@ -39,6 +39,7 @@ func init() {
s3StandaloneOptions.port = cmdS3.Flag.Int("port", 8333, "s3 server http listen port")
s3StandaloneOptions.domainName = cmdS3.Flag.String("domainName", "", "suffix of the host name in comma separated list, {bucket}.{domainName}")
s3StandaloneOptions.config = cmdS3.Flag.String("config", "", "path to the config file")
+ s3StandaloneOptions.config = cmdS3.Flag.String("config", "", "path to the config file")
s3StandaloneOptions.tlsPrivateKey = cmdS3.Flag.String("key.file", "", "path to the TLS private key file")
s3StandaloneOptions.tlsCertificate = cmdS3.Flag.String("cert.file", "", "path to the TLS certificate file")
s3StandaloneOptions.metricsHttpPort = cmdS3.Flag.Int("metricsPort", 0, "Prometheus metrics listen port")