]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix spelling of eTag in S3 message structure
authorTom Schoonjans <Tom.Schoonjans@rfi.ac.uk>
Tue, 6 Apr 2021 05:34:22 +0000 (05:34 +0000)
committerYuval Lifshitz <ylifshit@redhat.com>
Fri, 27 Aug 2021 07:29:04 +0000 (10:29 +0300)
commit9638ae7e1ef757eca989332e9b5b8b5b4b9bb87f
treeb6d830e3ae8c111cea0d47d018e73939b6e406f7
parent2e818e948824eb9cf7e5b82fc10d02edf7189f8f
rgw: fix spelling of eTag in S3 message structure

An S3 object event contains its eTag, currently spelled as 'etag' in the message structure, which does not correspond to the documentation example (https://docs.ceph.com/en/latest/radosgw/notifications/#events), or what is used by AWS (https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-content-structure.html).

Fixes bug https://tracker.ceph.com/issues/50115

Signed-off-by: Tom Schoonjans <Tom.Schoonjans@rfi.ac.uk>
(cherry picked from commit 4c824d78a6ef1c706574f487b02016baffdc2684)

 Conflicts:
src/test/rgw/bucket_notification/test_bn.py
PendingReleaseNotes
PendingReleaseNotes
src/rgw/rgw_pubsub.cc