summaryrefslogtreecommitdiff
path: root/PendingReleaseNotes
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@users.noreply.github.com>2019-12-05 13:55:31 -0500
committerGitHub <noreply@github.com>2019-12-05 13:55:31 -0500
commitf6bda33bc928295fda759d46b0ce4dbdb325b6d7 (patch)
tree83a8f70db1afc1a02b6239397e7eb65e69d15ae1 /PendingReleaseNotes
parentb6aa85cfb18f50dc9b27882c88a3d06f2ae6d1c5 (diff)
parent19832a0daeb7b23006d1c38059ad14f0c239d32a (diff)
downloadceph-f6bda33bc928295fda759d46b0ce4dbdb325b6d7.tar.gz
Merge pull request #31926 from yuvalif/wip-yuval-fix-pubsub-record-format
rgw/pubsub: fix records/event json format to match documentation Reviewed-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r--PendingReleaseNotes7
1 files changed, 7 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 1536372dabe..140bedd078f 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -318,3 +318,10 @@
or manually without ceph-volume and LVM. Going forward, the OSD
will limit itself to only 'hdd' and 'ssd' (or whatever device class the user
manually specifies).
+
+* RGW: a mismatch between the bucket notification documentation and the actual
+ message format was fixed. This means that any endpoints receiving bucket
+ notification, will now receive the same notifications inside an JSON array
+ named 'Records'. Note that this does not affect pulling bucket notification
+ from a subscription in a 'pubsub' zone, as these are already wrapped inside
+ that array.