]> 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>
Wed, 28 Jun 2023 19:19:19 +0000 (15:19 -0400)
commitea45da747d5fa898b4aa4ec9223cd7b6983ca177
tree96502a2dc445363ac8394a9c93125acae9af7076
parent8d35759eb8edcc7cd15e6fd67b91da637fc477ae
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>
src/rgw/driver/rados/rgw_rados.cc