From bb73c84b104bc447eb603d63481cdc54b8ab3c83 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 19 Jan 2018 19:53:09 -0800 Subject: [PATCH] Add notification structure link (#5426) Fixes #4545 --- docs/bucket/notifications/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/bucket/notifications/README.md b/docs/bucket/notifications/README.md index 34dc4e229..ed3b31c7a 100644 --- a/docs/bucket/notifications/README.md +++ b/docs/bucket/notifications/README.md @@ -8,8 +8,7 @@ Events occurring on objects in a bucket can be monitored using bucket event noti | `s3:ObjectCreated:Post` | `s3:ObjectRemoved:Delete` | | `s3:ObjectCreated:Copy` | `s3:ObjectAccessed:Get` | -Use client tools like `mc` to set and listen for event notifications using the [`event` sub-command](https://docs.minio.io/docs/minio-client-complete-guide#events). Minio SDK's -[`BucketNotification` APIs](https://docs.minio.io/docs/golang-client-api-reference#SetBucketNotification) can also be used. +Use client tools like `mc` to set and listen for event notifications using the [`event` sub-command](https://docs.minio.io/docs/minio-client-complete-guide#events). Minio SDK's [`BucketNotification` APIs](https://docs.minio.io/docs/golang-client-api-reference#SetBucketNotification) can also be used. The notification message Minio sends to publish an event is a JSON message with the following [structure](https://docs.aws.amazon.com/AmazonS3/latest/dev/notification-content-structure.html). Bucket events can be published to the following targets: