Fix `mc event add` event flag (#7210)

master
Adam 6 years ago committed by kannappanr
parent dd52e5ebe9
commit 18c4ecbbef
  1. 2
      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

Loading…
Cancel
Save