diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-02-17 12:53:30 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-17 12:53:30 -0800 |
| commit | 0a57db702614ec38ecd3032ee9ab8f50ab5d80e9 (patch) | |
| tree | b5aa5f41e6d4502f9843bff98cb140ee0f24a81d /weed/command/server.go | |
| parent | 9232d3ac68a8d23a7f67ec66d8e227c362431507 (diff) | |
| parent | 4cdde5f569419535b4ded8b0e54d18ead13a6458 (diff) | |
| download | seaweedfs-0a57db702614ec38ecd3032ee9ab8f50ab5d80e9.tar.xz seaweedfs-0a57db702614ec38ecd3032ee9ab8f50ab5d80e9.zip | |
Merge pull request #1200 from chrislusf/add_s3_acl
Add s3 ACL
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 6aa68b6d2..d7d768df1 100644 --- a/weed/command/server.go +++ b/weed/command/server.go @@ -97,6 +97,7 @@ func init() { s3Options.domainName = cmdServer.Flag.String("s3.domainName", "", "suffix of the host name, {bucket}.{domainName}") 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") } |
