mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Added spaces for formatting (#3717)
This commit is contained in:
parent
ce9aa2f2b2
commit
0c7694894b
@ -503,11 +503,15 @@ mc mb myminio/images
|
|||||||
mc mb myminio/images-thumbnail
|
mc mb myminio/images-thumbnail
|
||||||
mc events add myminio/images arn:minio:sqs:us-east-1:1:webhook — events put — suffix .jpg
|
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
|
Check if event notification is successfully configured by
|
||||||
|
|
||||||
```
|
```
|
||||||
mc events list myminio/images
|
mc events list myminio/images
|
||||||
```
|
```
|
||||||
|
|
||||||
You should get a response like this
|
You should get a response like this
|
||||||
|
|
||||||
```
|
```
|
||||||
arn:minio:sqs:us-east-1:1:webhook s3:ObjectCreated:* Filter: suffix=".jpg"
|
arn:minio:sqs:us-east-1:1:webhook s3:ObjectCreated:* Filter: suffix=".jpg"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user