From 18c4ecbbef87cb8a6c1522137a69893ec68f3f0f Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 8 Feb 2019 16:18:34 -0800 Subject: [PATCH] Fix `mc event add` event flag (#7210) --- docs/bucket/notifications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bucket/notifications/README.md b/docs/bucket/notifications/README.md index 54f004167..7e1e1b9d5 100644 --- a/docs/bucket/notifications/README.md +++ b/docs/bucket/notifications/README.md @@ -970,7 +970,7 @@ We will enable bucket event notification to trigger whenever a JPEG image is upl ``` mc mb myminio/images mc mb myminio/images-thumbnail -mc event add myminio/images arn:minio:sqs::1:webhook --events put --suffix .jpg +mc event add myminio/images arn:minio:sqs::1:webhook --event put --suffix .jpg ``` Check if event notification is successfully configured by