]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fetch_remote_obj() adds x-rgw-replicated-from headers 49767/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 22 Aug 2022 20:48:27 +0000 (16:48 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 2 May 2023 21:07:32 +0000 (17:07 -0400)
commit9ec4fd7e4977b3b68b22a3f759e29c0ffc2b088b
tree310c5ea966b2b7e94f17573aab28de8824d24300
parent4023a157addfaf9033ac016b9b5446f18a8e728b
rgw: fetch_remote_obj() adds x-rgw-replicated-from headers

adds x-rgw-replicated-from headers for each zone in the object's
replication path. the RGW_ATTR_OBJ_REPLICATION_TRACE attribute is stored
as a vector instead of a set to preserve the replication order

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/driver/rados/rgw_rados.cc
src/rgw/rgw_common.h
src/rgw/rgw_rest_s3.cc