mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
jwt: Add JWT support for minio server.
Please read JWT.md before using this feature.
This commit is contained in:
7
flags.go
7
flags.go
@@ -34,6 +34,13 @@ var (
|
||||
Usage: "ADDRESS:PORT for cloud storage access.",
|
||||
}
|
||||
|
||||
webAddressFlag = cli.StringFlag{
|
||||
Name: "web-address",
|
||||
Value: ":9001",
|
||||
Hide: true,
|
||||
Usage: "WEBADDRESS:PORT for cloud storage access.",
|
||||
}
|
||||
|
||||
accessLogFlag = cli.BoolFlag{
|
||||
Name: "enable-accesslog",
|
||||
Hide: true,
|
||||
|
||||
Reference in New Issue
Block a user