Add bucket notification support for NAS gateway (#6908)

Fixes #6885
This commit is contained in:
Harshavardhana
2018-12-03 00:32:14 -08:00
committed by Nitish Tiwari
parent 5549a44566
commit d6af3c1237
4 changed files with 36 additions and 24 deletions
+1
View File
@@ -61,6 +61,7 @@ func printGatewayCommonMsg(apiEndpoints []string) {
logger.StartupMessage(colorBlue("AccessKey: ") + colorBold(fmt.Sprintf("%s ", cred.AccessKey)))
logger.StartupMessage(colorBlue("SecretKey: ") + colorBold(fmt.Sprintf("%s ", cred.SecretKey)))
}
printEventNotifiers()
if globalIsBrowserEnabled {
logger.StartupMessage(colorBlue("\nBrowser Access:"))