]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerTom Schoonjans <Tom.Schoonjans@rfi.ac.uk>
Sat, 8 May 2021 05:38:27 +0000 (05:38 +0000)
commit4c824d78a6ef1c706574f487b02016baffdc2684
treed7565b6da7da055d2373298457138ab3e4af3901
parenteb7c3c54df33a9d510355e749ece4c79c990ae05
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>
PendingReleaseNotes
src/rgw/rgw_pubsub.cc
src/test/rgw/bucket_notification/test_bn.py