Added spaces for formatting (#3717)

This commit is contained in:
Nitish Tiwari 2017-02-08 14:21:08 +05:30 committed by Harshavardhana
parent ce9aa2f2b2
commit 0c7694894b

View file

@ -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"
```