mirror of
https://github.com/pgsty/minio.git
synced 2026-08-05 07:02:04 +03:00
server: Startup message now prints configured ARNs. (#2653)
Fixes #2628
This commit is contained in:
+1
-1
@@ -396,7 +396,7 @@ func (web *webAPIHandlers) Upload(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
if eventN.IsBucketNotificationSet(bucket) {
|
||||
if globalEventNotifier.IsBucketNotificationSet(bucket) {
|
||||
// Notify object created event.
|
||||
eventNotify(eventData{
|
||||
Type: ObjectCreatedPut,
|
||||
|
||||
Reference in New Issue
Block a user