]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: fetch_remote_obj() will never verify etags of encrypted objects
authorCasey Bodley <cbodley@redhat.com>
Wed, 28 Jun 2023 18:43:55 +0000 (14:43 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 3 Jul 2023 16:12:32 +0000 (12:12 -0400)
commit8be212d38adf19dc18bdae7c560d001d82fc44d8
tree966966c113f106f11633503772570e543b2ab226
parent0f395ac87a197dd15ad2bbe957c0288b5ca28244
rgw: fetch_remote_obj() will never verify etags of encrypted objects

fetch_remote_obj() transfers objects in their encrypted form, so does
not have access to the decrypted data for checksum verification

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit ea45da747d5fa898b4aa4ec9223cd7b6983ca177)
src/rgw/driver/rados/rgw_rados.cc