From 0c7694894b8627cbd551da0628a2e0752f47d175 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Wed, 8 Feb 2017 14:21:08 +0530 Subject: [PATCH] Added spaces for formatting (#3717) --- docs/bucket/notifications/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/bucket/notifications/README.md b/docs/bucket/notifications/README.md index 7e49aef75..82e299342 100644 --- a/docs/bucket/notifications/README.md +++ b/docs/bucket/notifications/README.md @@ -503,11 +503,15 @@ mc mb myminio/images mc mb myminio/images-thumbnail mc events add myminio/images arn:minio:sqs:us-east-1:1:webhook — events put — suffix .jpg ``` + Check if event notification is successfully configured by + ``` mc events list myminio/images ``` + You should get a response like this + ``` arn:minio:sqs:us-east-1:1:webhook s3:ObjectCreated:* Filter: suffix=".jpg" ```