mirror of
https://github.com/minio/minio.git
synced 2025-11-21 10:16:03 -05:00
Init: Print SQS ARNs after globalEventNotifier is inited. (#2682)
fixes #2681
This commit is contained in:
committed by
Harshavardhana
parent
e6fd664331
commit
54a9f59a13
@@ -416,6 +416,9 @@ func serverMain(c *cli.Context) {
|
||||
errorIf(err, "intializing object layer failed")
|
||||
return
|
||||
}
|
||||
|
||||
printEventNotifiers()
|
||||
|
||||
objLayerMutex.Lock()
|
||||
globalObjectAPI = newObject
|
||||
objLayerMutex.Unlock()
|
||||
|
||||
Reference in New Issue
Block a user