]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/notifications: support metadata filter in COPY events 42321/head
authorYuval Lifshitz <ylifshit@redhat.com>
Thu, 17 Jun 2021 13:08:32 +0000 (16:08 +0300)
committerCory Snyder <csnyder@iland.com>
Tue, 13 Jul 2021 20:42:19 +0000 (16:42 -0400)
commitdeb98966ce88b1b2b186d55827518e1c13f073ec
treef734180a09519014acf8563f9ad7fd9c36be41e3
parent274a16316666a1127d4e4b7f2898e39cf27cd4fe
rgw/notifications: support metadata filter in COPY events

Fixes: https://tracker.ceph.com/issues/51261
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com> (cherry picked from commit
e7f30a1b278455567f1f1069f41c9a1c3ef335c2)

Conflicts:
        src/rgw/rgw_notify.cc
        src/rgw/rgw_notify.h
        src/test/rgw/bucket_notification/test_bn.py

Cherry-pick notes:
- handle differences due to renaming of rgw::sal::RGWObject to rgw::sal::Object
- handle differences due to move of test_ps_s3_metadata_on_master test from tests_ps.py to test_bn.py
src/rgw/rgw_notify.cc
src/rgw/rgw_notify.h
src/test/rgw/rgw_multi/tests_ps.py