]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: BlockDecrypt filter parses manifest parts before construction
authorCasey Bodley <cbodley@redhat.com>
Wed, 28 Jun 2023 20:49:33 +0000 (16:49 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 3 Aug 2023 13:01:01 +0000 (09:01 -0400)
commitd8a82f5aaa1a04b695c19b546767718b832559cb
tree571dbd9e71de2e2b31c9bb0f04bbf83886c32b91
parent076e9a750a85991739364d75834b0d8beb5be819
rgw: BlockDecrypt filter parses manifest parts before construction

users now call a static read_manifest_parts() function, and pass the
resulting vector into the BlockDecrypt constructor

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_crypt.cc
src/rgw/rgw_crypt.h
src/rgw/rgw_rest_s3.cc
src/test/rgw/test_rgw_crypto.cc