1
0
mirror of https://github.com/minio/minio.git synced 2025-03-29 08:43:40 -04:00

6 Commits

Author SHA1 Message Date
Harshavardhana
08b6cfb082 ssl: Set a global boolean to enable SSL across Minio ()
We have been using `isSSL()` everywhere we can set
a global value once and re-use it again.
2017-01-11 13:59:51 -08:00
Anis Elleuch
01f625824a args: Honor config-dir & quiet wherever they are ()
setGlobalsFromContext() is added to set global variables after parsing
command line arguments. Thus, global flags will be honored wherever
they are placed in minio command.
2016-11-28 12:15:36 -08:00
Harshavardhana
dd74e5a809 Revert "init: Honor config-dir flag when it is passed as global or local flag ()"
This reverts commit e2ef95af7dcf2c7a528bff5b28dde5916ecb64f7.

This is reverted since the previous patch caused crashes.
2016-11-23 17:31:36 -08:00
Anis Elleuch
e2ef95af7d init: Honor config-dir flag when it is passed as global or local flag ()
setGlobalsFromContext() is added to sets global variable after parsing
command line arguments.
2016-11-23 17:13:40 -08:00
Anis Elleuch
3e284162d7 Add global flags to all commands and subcommands () 2016-09-13 21:18:30 -07:00
Harshavardhana
bccf549463 server: Move all the top level files into cmd folder. ()
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
2016-08-18 16:23:42 -07:00