mirror of
https://github.com/minio/minio.git
synced 2026-06-11 09:53:15 -04:00
Fix typo in webhook docs (#4787)
This commit is contained in:
parent
fa52d491c5
commit
812142f007
1 changed files with 1 additions and 1 deletions
|
|
@ -915,7 +915,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 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue